Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - studnev

Pages: [1]
1
General Discussion / Re: [Public Testnet] testnet.bitshares.eu
« on: August 04, 2017, 05:24:29 am »
You voted for yourself with your stake which is correct but you simply don't have enough votes. I started voting for your witness.

Thank you! Now i got some more votes:

unlocked >>> get_witness dev4bc
get_witness dev4bc
{
  "id": "1.6.47",
  "witness_account": "1.2.3340",
  "last_aslot": 0,
  "signing_key": "TEST7hJfPdJV3mgjnBwnbsGHbC9zWL5rDUUyqSkVQXeK4pZkRhaggB",
  "vote_id": "1:78",
  "total_votes": "97996139400",
  "url": "http://izx.io",
  "total_missed": 0,
  "last_confirmed_block_num": 0
}

Will wait till somebody else will vote.

I have one other question related to test node setup:
when i tried started it, it failed due to out-of-memory before i set up by recommendations:

# Account ID to track history for (may specify multiple times)
track-account = "1.2.3340"

# Keep only those operations in memory that are related to account history tracking
partial-operations = true

# Maximum number of operations per account will be kept in memory
max-ops-per-account = 1

Only after that changes the node finally synced ad started.

I did not find any explanation how the settings related to account history affect the functionality of the node.
Does it affect witness? block generation? API operations?

Why in the hell the node should keep so much data _in memory_ by default?



2
General Discussion / Re: [Public Testnet] testnet.bitshares.eu
« on: August 03, 2017, 06:56:39 pm »
You must get voted in before you can sign blocks.

i did:
vote_for_witness dev4bc dev4bc true true

this is wrong?

what else should i do?

in test network i am not sure how to get votes

3
General Discussion / Re: [Public Testnet] testnet.bitshares.eu
« on: August 03, 2017, 04:33:19 pm »
Please help with setup of active witness on testnet.bitshares.eu
I created a witness, upgraded it, but it does not generate new blocks and is not listed in active witnesses of testnet.

I followed instructions from this article: https://github.com/cryptonomex/graphene/wiki/How-To-become-an-active-witness-in-BitShares-2.0

and managed to pass all steps with upgrading account, creating a witness and voting for it.

import_key dev4bc ...
upgrade_account dev4bc true
create_witness dev4bc "http://izx.io" true
vote_for_witness dev4bc dev4bc true true
get_witness dev4bc

The final result is the following witness data:

locked >>> get_witness dev4bc
get_witness dev4bc
{
  "id": "1.6.47",
  "witness_account": "1.2.3340",
  "last_aslot": 0,
  "signing_key": "TEST7hJfPdJV3mgjnBwnbsGHbC9zWL5rDUUyqSkVQXeK4pZkRhaggB",
  "vote_id": "1:78",
  "total_votes": 465091782,
  "url": "http://izx.io",
  "total_missed": 0,
  "last_confirmed_block_num": 0
}



after that i started a witness node with the configured pub/private key and got

2497960ms th_a       witness.cpp:88                plugin_initialize    ] witness plugin:  plugin_initialize() begin
2497961ms th_a       witness.cpp:99                plugin_initialize    ] Public Key: TEST652WPZ6hm3n8X8xseUcQscDnnin8UUsHCxNHMgbgT28V18tYp2
2497961ms th_a       witness.cpp:117               plugin_initialize    ] witness plugin:  plugin_initialize() end
2497961ms th_a       application.cpp:426           startup              ] Replaying blockchain due to: unclean shutdown detected
2497961ms th_a       application.cpp:315           operator()           ] Initializing database...

All looks correctly setup, but

However, i do not see my witness dev4bc in the list of active witnesses.

Any help i will greatly appreciate!

Pages: [1]