Author Topic: v0.0.2 Issues  (Read 2068 times)

0 Members and 1 Guest are viewing this topic.

Offline emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
Code: [Select]
--- there are now 31 active connections to the p2p network
Error: your chain database is in an inconsistent state.  Please shut down and relaunch using --rebuild-index or --resync-blockchain to repair the database
Error: your chain database is in an inconsistent state.  Please shut down and relaunch using --rebuild-index or --resync-blockchain to repair the database
Error: your chain database is in an inconsistent state.  Please shut down and relaunch using --rebuild-index or --resync-blockchain to repair the database
--- there are now 30 active connections to the p2p network
--- there are now 29 active connections to the p2p network
--- there are now 28 active connections to the p2p network
--- there are now 0 active connections to the p2p network
emski (unlocked) >>> info
{
  "blockchain_head_block_num": 31480,
  "blockchain_head_block_age": "23 hours old",
  "blockchain_head_block_timestamp": "2014-10-05T07:58:10",
  "blockchain_average_delegate_participation": "1.19 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_delegate_pay_rate": "0.76205 DNS",
  "blockchain_share_supply": "5,000,020,365.81751 DNS",
  "blockchain_blocks_left_in_round": 32,
  "blockchain_next_round_time": "at least 5 minutes in the future",
  "blockchain_next_round_timestamp": "2014-10-06T07:22:50",
  "blockchain_random_seed": "6611f4a4ed1def11781291a72acff3ffa79ed2f6",
  "client_data_dir": "/home/emski/keyIDDelegate/keyid/programs/client/dd",
  "client_version": "v0.0.2",
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "ntp_time": null,
  "ntp_time_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "3 years 2 months in the future",
  "wallet_unlocked_until_timestamp": "2017-12-03T23:29:10",
  "wallet_last_scanned_block_timestamp": "2014-10-03T13:12:40",
  "wallet_scan_progress": "? %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}

After restart
Code: [Select]
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 7564 blocks left to fetch
I am disconnecting peer 104.131.204.143:1791 for reason: You offered us a block that we reject as invalid
emski (unlocked) >>> inf
Error: invalid command "inf"
emski (unlocked) >>> info
{
  "blockchain_head_block_num": 31479,
  "blockchain_head_block_age": "23 hours old",
  "blockchain_head_block_timestamp": "2014-10-05T07:58:00",
  "blockchain_average_delegate_participation": "1.19 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_delegate_pay_rate": "0.76205 DNS",
  "blockchain_share_supply": "5,000,020,365.81751 DNS",
  "blockchain_blocks_left_in_round": 33,
  "blockchain_next_round_time": "at least 5 minutes in the future",
  "blockchain_next_round_timestamp": "2014-10-06T07:27:00",
  "blockchain_random_seed": "6611f4a4ed1def11781291a72acff3ffa79ed2f6",
  "client_data_dir": "/home/emski/keyIDDelegate/keyid/programs/client/dd",
  "client_version": "v0.0.2",
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "ntp_time": null,
  "ntp_time_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "3 years 2 months in the future",
  "wallet_unlocked_until_timestamp": "2017-12-06T17:08:06",
  "wallet_last_scanned_block_timestamp": "2014-10-03T13:12:40",
  "wallet_scan_progress": "? %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}
--- there are now 0 active connections to the p2p network

and reindexing:
Code: [Select]
emski@bitdelegate2:~/keyIDDelegate/keyid/programs/client$ ./bitshares_client --data-dir dd --rebuild-index
Clearing database index
Loading config from file: dd/config.json
Initializing genesis state from built-in genesis file
Please be patient, this will take a few minutes...
Successfully re-indexed 31478 blocks in 27 seconds.
Not starting RPC server, use --server to enable the RPC interface
Attempting to map P2P port 1791 with UPNP...
Listening for P2P connections on port 1791
Adding peer 104.131.204.143:1791 to peer database
Unable to add peer 54.169.39.185: unspecified (0)
Bad port: 54.169.39.185

Adding peer 54.77.61.238:1891 to peer database
Adding peer 54.207.13.136:1991 to peer database
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 8415 blocks left to fetch
--- syncing with p2p network, our last block is 17 hours old
--- currently syncing at 74 blocks/sec, 82 seconds remaining

After that is looks like it is running OK.
« Last Edit: October 06, 2014, 07:28:27 am by emski »