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 - bitcoinerS

Pages: 1 ... 29 30 31 32 33 34 35 [36] 37 38 39 40
526
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 09:50:00 pm »
Latest build fails to start.

Code: [Select]
Loading blockchain from "/home/slava/.BitSharesXTS/chain"
Starting JSON RPC server on port 44428 (localhost only)
Starting HTTP JSON RPC server on port 9989 (localhost only)
------------ error --------------
8 out_of_range_exception: Out of Range
read datastream of length 23 over by 1
    {"method":"read","len":23,"over":1}
    th_a  datastream.cpp:6 throw_datastream_range_error
error unpacking uint8_t
    {"type":"uint8_t"}
    th_a  raw.hpp:440 unpack
optional<fc::exception>
    {"type":"fc::exception"}
    th_a  raw.hpp:164 unpack
Error unpacking field last_error
    {"field":"last_error"}
    th_a  raw.hpp:222 operator()
error unpacking bts::net::potential_peer_record
    {"type":"bts::net::potential_peer_record"}


527
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 08:26:49 pm »
@bitcoinerS @Trog   Eric is working on this exact issue right now. If you want a list of nodes to connect to for now you can use "network_list_potential_peers"

Code: [Select]
>>> network_list_potential_peers
Error: invalid command "network_list_potential_peers"


Are you up to date?

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "096d7a830d80c7911e845eb9c3e5f05656444e24",
  "bitshares_toolkit_revision_age": "2 hours ago",
  "fc_revision": "eab346121d1e6a2f52246e84b503907d8ec705f1",
  "fc_revision_age": "46 hours ago",
  "compile_date": "compiled on Jun 14 2014 at 20:25:16"
}

528
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 08:16:06 pm »
@bitcoinerS @Trog   Eric is working on this exact issue right now. If you want a list of nodes to connect to for now you can use "network_list_potential_peers"

Code: [Select]
>>> network_list_potential_peers
Error: invalid command "network_list_potential_peers"


529
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 08:01:20 pm »
Rebuilt delegate node from latest. Deleted data dir and recreated wallet, imported delegate private key.
Restarted.

Still have only one connection

Code: [Select]
get_info
{
  "blockchain_head_block_num": 4584,
  "blockchain_head_block_time": "20140614T195900",
  "blockchain_confirmation_requirement": 285,
  "blockchain_average_delegate_participation": 55.843408175014396,
  "network_num_connections": 1,

Code: [Select]
about
{
  "bitshares_toolkit_revision": "096d7a830d80c7911e845eb9c3e5f05656444e24",
  "bitshares_toolkit_revision_age": "2 hours ago",
  "fc_revision": "eab346121d1e6a2f52246e84b503907d8ec705f1",
  "fc_revision_age": "45 hours ago",
  "compile_date": "compiled on Jun 14 2014 at 20:25:16"

Code: [Select]
list_errors
[]

Code: [Select]
network_get_peer_info
[{
    "addr": "107.170.30.182:8764",
    "addrlocal": "207.12.89.119:47892",
    "services": "00000001",
    "lastsend": 1402775836,
    "lastrecv": 1402775836,
    "bytessent": 221792,
    "bytesrecv": 1160032,
    "conntime": "",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "unknown",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "834272898d260eb54335196fb1009332c2789785 (different from ours)",
    "bitshares_git_revision_unix_timestamp": "20140613T223721",
    "bitshares_git_revision_age": "21 hours ago (older than ours)",
    "fc_git_revision_sha": "b02210a3617f86d09a2898bab17c727c73aae6f0 (different from ours)",
    "fc_git_revision_unix_timestamp": "20140612T213658",
    "fc_git_revision_age": "46 hours ago (older than ours)",
    "platform": "linux"
  }


from ~/.BitsharesXTS/default.log
Code: [Select]
node_impl::connect_to(106.185.26.48:54601) node.cpp:2371
470698ms       th_a display_current_conn ] Currently have 8 of 8 connections node.cpp:997
470698ms       th_a display_current_conn ]    my id is 13c8b9e2d6df5b15bef116666c0d8a9f513b7913 node.cpp:998
470698ms       th_a display_current_conn ]         active: 107.170.30.182:8764 with 42e86a6e5638c95a4b3fdfde811de33a6d9ecedd   [outbound] node.cpp:1002
470698ms       th_a display_current_conn ]    handshaking: 106.185.26.48:54601 with 0000000000000000000000000000000000000000  [unknown] node.cpp:1006
470699ms       th_a display_current_conn ]    handshaking: 106.185.26.48:49342 with 0000000000000000000000000000000000000000  [outbound] node.cpp:1006
470699ms       th_a display_current_conn ]    handshaking: 106.185.26.48:39322 with 0000000000000000000000000000000000000000  [outbound] node.cpp:1006
470699ms       th_a display_current_conn ]    handshaking: 106.185.26.48:41107 with 0000000000000000000000000000000000000000  [outbound] node.cpp:1006
470699ms       th_a display_current_conn ]    handshaking: 180.153.142.115:59434 with 0000000000000000000000000000000000000000  [outbound] node.cpp:1006
470699ms       th_a display_current_conn ]    handshaking: 180.153.142.115:34896 with 0000000000000000000000000000000000000000  [outbound] node.cpp:1006
470699ms       th_a display_current_conn ]    handshaking: 180.153.142.115:44341 with 0000000000000000000000000000000000000000  [outbound] node.cpp:1006
470699ms       th_a p2p_network_connect_ ] I don't need any more connections, waiting forever until something changes node.cpp:696
471410ms       th_a         get_property ] property active_delegate_list_id chain_database.cpp:1711
473412ms       th_a         get_property ] property active_delegate_list_id chain_database.cpp:1711
475415ms       th_a         get_property ] property active_delegate_list_id chain_database.cpp:1711
477417ms       th_a         get_property ] property active_delegate_list_id chain_database.cpp:1711
479420ms       th_a         get_property ] property active_delegate_list_id chain_database.cpp:1711
481423ms       th_a         get_property ] property active_delegate_list_id chain_database.cpp:1711
481982ms       th_a on_item_ids_inventor ] received inventory of 1 items from peer 107.170.30.182:8764 node.cpp:1739
481982ms       th_a on_item_ids_inventor ] addinged item 08337d57a48e09ef3d68c3f87fa9cad1c28c57df from inventory message to our list of items to fetch node.cpp:1766
481982ms       th_a     fetch_items_loop ] beginning an iteration of fetch items (1 items to fetch) node.cpp:794
481983ms       th_a     fetch_items_loop ] requesting item 08337d57a48e09ef3d68c3f87fa9cad1c28c57df from peer 107.170.30.182:8764 node.cpp:804
481984ms       th_a     dump_node_status ] ----------------- PEER STATUS UPDATE -------------------- node.cpp:2406
481984ms       th_a     dump_node_status ]  number of peers: 1 active, 7, 124 closing.  attempting to maintain 8 - 12 peers node.cpp:2409
481985ms       th_a     dump_node_status ]        active peer 107.170.30.182:8764 peer_is_in_sync_with_us:true we_are_in_sync_with_peer:true node.cpp:2414
481985ms       th_a     dump_node_status ]   handshaking peer 106.185.26.48:54601 in state disconnected node.cpp:2421
481985ms       th_a     dump_node_status ]   handshaking peer 106.185.26.48:49342 in state disconnected node.cpp:2421
481985ms       th_a     dump_node_status ]   handshaking peer 106.185.26.48:39322 in state disconnected node.cpp:2421
481985ms       th_a     dump_node_status ]   handshaking peer 106.185.26.48:41107 in state disconnected node.cpp:2421
481985ms       th_a     dump_node_status ]   handshaking peer 180.153.142.115:59434 in state disconnected node.cpp:2421
481985ms       th_a     dump_node_status ]   handshaking peer 180.153.142.115:34896 in state disconnected node.cpp:2421
481985ms       th_a     dump_node_status ]   handshaking peer 180.153.142.115:44341 in state disconnected node.cpp:2421
481985ms       th_a     dump_node_status ] --------- MEMORY USAGE ------------ node.cpp:2424
481985ms       th_a     dump_node_status ] node._active_sync_requests size: 4568 (this is known to be broken) node.cpp:2425

530
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 06:24:12 pm »

When did you build your client ? BM updated /libraries/client/client.cpp earlier today, you can only produce blocks when you have more than 5 connections if you built your client with this update.

https://github.com/BitShares/bitshares_toolkit/blob/master/libraries/client/client.cpp   line 450.

client built from code pulled in the last hour.

Code: [Select]
get_info
{
  "blockchain_head_block_num": 4369,
  "blockchain_head_block_time": "20140614T182045",
  "blockchain_confirmation_requirement": 284,
  "blockchain_average_delegate_participation": 54.957507082152972,
  "network_num_connections": 1,
  "wallet_unlocked_seconds_remaining": 999999991,
  "wallet_next_block_production_time": "20140614T183700",
  "wallet_seconds_until_next_block_production": 832,
  "wallet_local_time": "20140614T182308",
  "blockchain_random_seed": "9aaecbe4f4974f5231326f3eb1f37b064a6b405b",
  "blockchain_shares": 10000027393425,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "19100115T134123",
  "wallet_version": 100
}

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "5d2f9a71c69fd8eb5aebf33ead1d1f3fb2090121",
  "bitshares_toolkit_revision_age": "78 minutes ago",
  "fc_revision": "eab346121d1e6a2f52246e84b503907d8ec705f1",
  "fc_revision_age": "44 hours ago",
  "compile_date": "compiled on Jun 14 2014 at 17:16:08"
}

531
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 06:17:02 pm »

Can you print out your peers?
Can you restart your peer and see if that allows it to produce blocks.   
This is a very curious case.

Code: [Select]

network_get_peer_info
[{
    "addr": "107.170.30.182:8764",
    "addrlocal": "207.12.89.119:36129",
    "services": "00000001",
    "lastsend": 1402770137,
    "lastrecv": 1402770137,
    "bytessent": 1024,
    "bytesrecv": 12400,
    "conntime": "",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "unknown",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "834272898d260eb54335196fb1009332c2789785 (different from ours)",
    "bitshares_git_revision_unix_timestamp": "20140613T223721",
    "bitshares_git_revision_age": "20 hours ago (older than ours)",
    "fc_git_revision_sha": "b02210a3617f86d09a2898bab17c727c73aae6f0 (different from ours)",
    "fc_git_revision_unix_timestamp": "20140612T213658",
    "fc_git_revision_age": "45 hours ago (older than ours)",
    "platform": "linux"
  }
]


Node restarted. Will update with results.

532
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 05:50:15 pm »
We are making progress here... once we get this up to 100% we will know we have a solid network :) 

"blockchain_average_delegate_participation": 54.463784390791687,

strangely my delegate (bitcoiners) is still not producing any blocks..

Code: [Select]
get_info
{
  "blockchain_head_block_num": 4298,
  "blockchain_head_block_time": "20140614T174845",
  "blockchain_confirmation_requirement": 291,
  "blockchain_average_delegate_participation": 54.18994413407821,
  "network_num_connections": 3,
  "wallet_unlocked_seconds_remaining": 999994911,
  "wallet_next_block_production_time": "20140614T180415",
  "wallet_seconds_until_next_block_production": 921,
  "wallet_local_time": "20140614T174854",
  "blockchain_random_seed": "fe9131fe0b860cb38cc45efaf16a9490601333f2",
  "blockchain_shares": 10000023565531,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "19100115T114229",
  "wallet_version": 100
}



Code: [Select]
default (unlocked) >>> blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 83118870000,
    "votes_against": 0,
    "blocks_produced": 0,
    "blocks_missed": 39,
    "pay_balance": 0,

533
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 06:09:05 am »

init-delegate-1 is now out, you are in :)

Great! Thanks.

Still, delegate bitcoiners is not producing any blocks yet..

Code: [Select]
get_info
{
  "blockchain_head_block_num": 2898,
  "blockchain_head_block_time": "20140614T060430",

default (unlocked) >>> blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 83010000000,
    "votes_against": 0,
    "blocks_produced": 0,
    "blocks_missed": 11,
    "pay_balance": 0,
    "next_secret_hash": "0000000000000000000000000000000000000000",
    "last_block_num_produced": 4294967295
  },
  "registration_date": "20140613T030845",
  "last_update": "20140613T031130",
  "meta_data": null
}

534
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 12:00:10 am »
My delegate node (bitcoiners) still has not produced any blocks. Please vote for it, so it starts working.

Code: [Select]
blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 0,
    "votes_against": 0,
    "blocks_produced": 0,
    "blocks_missed": 0,
    "pay_balance": 0,
    "next_secret_hash": "0000000000000000000000000000000000000000",
    "last_block_num_produced": 4294967295
  },
  "registration_date": "20140613T030845",
  "last_update": "20140613T031130",
  "meta_data": null
}

535
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 07:39:36 pm »
My delegate node (bitcoiners) seems to be inactive. Please vote for it, so it starts producing blocks.

Code: [Select]
get_info
{
  "blockchain_head_block_num": 1998,
  "blockchain_head_block_time": "20140613T193245",

Code: [Select]
default (unlocked) >>> blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 0,
    "votes_against": 0,
    "blocks_produced": 0,
    "blocks_missed": 0,
    "pay_balance": 0,
    "next_secret_hash": "0000000000000000000000000000000000000000",
    "last_block_num_produced": 4294967295
  },
  "registration_date": "20140613T030845",
  "last_update": "20140613T031130",
  "meta_data": null
}
Code: [Select]
default (unlocked) >>> blockchain_list_delegates
...

** Inactive:
...
304         puppies                  17531378            0                   0.000175315 %       0               0               
297         bts101                   5000000             0                   5.00003e-05 %       0               0               
299         bitcoiners               0                   0                   0 %                 0               0             

536
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 05:46:43 am »
I just added an RPC call: wallet_account_export_private_key   that will give you the key you want.  Simply import that key into your other wallet.

Ok. Thanks. Done. Please enable (vote for) this delegate (bitcoiners)

537
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 03:04:10 am »
  Register an account and i'll vote you in to be a delegate.


Ok. Created a local account and registered it, then updated registration to make delegate.

Code: [Select]
wallet_list_receive_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            TRUST LEVEL   
bitcoiners                         XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk           2014-06-13T03:08:45   0             


Code: [Select]
blockchain_list_registered_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            VOTES FOR      VOTES AGAINST  TRUST LEVEL   
bitcoiners *                       XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk           2014-06-13T03:08:45   0              0              0             

How do I export this account to another computer? I created this one on my desktop and I need to move it to the VPS server.

538
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 02:54:29 am »
You're not an initial delegate in this chain then, wait until we get some voting tutorials up for the stakeholders to start vote testing

This sucks. I did everything as instructed and my delegate was making blocks, but now my keys got removed out due to no fault of mine. Hope this  can be recovered.

539
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 02:35:41 am »
Just pulled latest code and rebuilt delegate node. Deleted .Bitshares/ dir and recreated wallet. Tried to re-import delegate private keys, but now I get this error on every delegate key:

Code: [Select]
wallet_import_private_key <mykey>
10 assert_exception: Assert Exception
registered_account: the key must belong to a registered account or an account name must be specified
    {}
    th_a  wallet.cpp:931 import_private_key

    {"account_name":""}
    th_a  wallet.cpp:970 import_private_key

    {"account_name":""}
    th_a  wallet.cpp:989 import_wif_private_key

    {}
    th_a  common_api_client.cpp:252 wallet_import_private_key


and it seems I am on new blockchain

Code: [Select]
get_info
{
  "blockchain_head_block_num": 74,
  "blockchain_head_block_time": "20140613T015945",

my delegates were
init-delegate-38 through 41

You can check if yours were the ones we removed here:
https://raw.githubusercontent.com/BitShares/bitshares_toolkit/master/libraries/blockchain/genesis.json

Were you inactive during the last test? I only removed delegates with 0 blocks produced according to my client.

I was active and it seems that list genesis.json includes my delegate names but keys changed..
There were many forks in the chain, my delegate node must have been tracking a different one from yours.

Code: [Select]
{
         "name": "init-delegate-38",
         "is_delegate": true,
         "owner": "XTS7Fbh67uWB1vfvxpqLMYrxJVpy1eqW1S9sgGTFs5GRF3tKsusuz"
       },{
         "name": "init-delegate-39",
         "is_delegate": true,
         "owner": "XTS7DEUd9uPyY8TVZ9BxJbTTkV5qK9a49sFDL7Y5DHbehUc89bPzX"
       },{
         "name": "init-delegate-40",
         "is_delegate": true,
         "owner": "XTS8XD2PcH9BoiLT1gtLrnUcSAob41YDr1enLp3oaWoqzUj5xNsUS"
       },{
         "name": "init-delegate-41",
         "is_delegate": true,
         "owner": "XTS73tZqCAgRxNTeBCt2CMSvoMZQLQFodvrJWLvAebVVNYee6TVJs"
       },{


Here are my keys that were active yesterday.

XTS6ezsAe72hVoMq4mC4fnAAF2XYqprcpt4vZ5nkqUoZn8xsSWB5Z
XTS72Xc5wBYmWQrAqcPoU6RSEegB3CosNh82wbf4QkKquJtbhgPWL
XTS7DeMWhGV8P7oiKoigtGqFKDfauB83Nrxy5FpMwLEjMw7wC8UVe
XTS73iK3RkkijdfgzH5mioB4wzWFNsmsvwtsNPnkoHAApHK6cbMz3


How do I get them working again?

540
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 02:02:26 am »
Just pulled latest code and rebuilt delegate node. Deleted .Bitshares/ dir and recreated wallet. Tried to re-import delegate private keys, but now I get this error on every delegate key:

Code: [Select]
wallet_import_private_key <mykey>
10 assert_exception: Assert Exception
registered_account: the key must belong to a registered account or an account name must be specified
    {}
    th_a  wallet.cpp:931 import_private_key

    {"account_name":""}
    th_a  wallet.cpp:970 import_private_key

    {"account_name":""}
    th_a  wallet.cpp:989 import_wif_private_key

    {}
    th_a  common_api_client.cpp:252 wallet_import_private_key


and it seems I am on new blockchain

Code: [Select]
get_info
{
  "blockchain_head_block_num": 74,
  "blockchain_head_block_time": "20140613T015945",

my delegates were
init-delegate-38 through 41

Pages: 1 ... 29 30 31 32 33 34 35 [36] 37 38 39 40