BitShares Forum

Main => General Discussion => Topic started by: alt on October 22, 2014, 03:58:48 am

Title: 0.4.21 can't sync block
Post by: alt on October 22, 2014, 03:58:48 am
seems can't sync  very soon , stop sync about  every 5 minutes.

Code: [Select]
test (locked) >>> info
{
  "blockchain_head_block_num": 806423,
  "blockchain_head_block_age": "4 minutes old",
  "blockchain_head_block_timestamp": "2014-10-22T03:51:10",
  "blockchain_average_delegate_participation": "80.80 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_delegate_pay_rate": "1.54944 BTSX",
  "blockchain_share_supply": "1,999,924,011.88088 BTSX",
  "blockchain_blocks_left_in_round": 62,
  "blockchain_next_round_time": "at least 10 minutes in the future",
  "blockchain_next_round_timestamp": "2014-10-22T04:05:30",
  "blockchain_random_seed": "0619d9f689044e5db036eb4af759f18948b7c827",
  "client_version": "v0.4.21-RC1",
  "network_num_connections": 7,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2014-10-22T03:55:11",
  "ntp_time_error": -0.001188,
  "wallet_open": true,
  "wallet_unlocked": false,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_last_scanned_block_timestamp": null,
  "wallet_scan_progress": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null

test (locked) >>> info
{
  "blockchain_head_block_num": 806453,
  "blockchain_head_block_age": "27 seconds old",
  "blockchain_head_block_timestamp": "2014-10-22T03:56:10",
  "blockchain_average_delegate_participation": "98.06 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_delegate_pay_rate": "1.54908 BTSX",
  "blockchain_share_supply": "1,999,924,009.74287 BTSX",
  "blockchain_blocks_left_in_round": 32,
  "blockchain_next_round_time": "at least 5 minutes in the future",
  "blockchain_next_round_timestamp": "2014-10-22T04:01:50",
  "blockchain_random_seed": "2dddcf7b5f170ec7061f6313e920b0da843f4752",
  "client_version": "v0.4.21-RC1",
  "network_num_connections": 7,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2014-10-22T03:56:37",
  "ntp_time_error": -0.001189,
  "wallet_open": true,
  "wallet_unlocked": false,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_last_scanned_block_timestamp": null,
  "wallet_scan_progress": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}

Title: Re: 0.4.21 can't sync block
Post by: vikram on October 22, 2014, 04:40:37 am
Can you enable debug level p2p logging by editing config.json and send your logs? Also, can you take a look and make sure syncing is not freezing due to too much CPU usage? You can also check yourself if you see anything strange in p2p/default logs.
Title: Re: 0.4.21 can't sync block
Post by: alt on October 22, 2014, 06:25:37 am
It's OK now .....
It just happened  when I upgrade to the new version.
I'll debug when this happen again.