Author Topic: 0.5.3 wont sync  (Read 1434 times)

0 Members and 1 Guest are viewing this topic.

Offline bitmarley

  • Full Member
  • ***
  • Posts: 135
    • View Profile
I had the same problem and I fixed it by resetting the database (not rescan, reset). I think there is a command line way to reset the database but the way I did it was to force quit the client and then upon next opening a dialog box asked me if I wanted to reset and I said YES. Then everything worked.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Try adding other nodes .. that seemed to help others already:
Code: [Select]
network_add_node "192.168.0.14:1776" add
network_add_node "78.46.32.25:1776" add
network_add_node "192.168.0.12:44327" add
network_add_node "70.114.143.108:1776" add
network_add_node "106.187.91.24:38581" add
network_add_node "106.185.26.162:1981" add
network_add_node "188.138.107.159:1776" add
network_add_node "104.131.136.190:1776" add
network_add_node "95.85.33.16:8764" add
network_add_node "198.199.103.79:1776" add
network_add_node "104.131.234.136:8801" add
network_add_node "188.138.107.159:1776" add
network_add_node "106.187.91.24:38581" add
network_add_node "106.185.26.162:1981" add

Offline vikram

If you go into your p2p.log, do you see any messages that start off "fork permanently rejected" ? You might have to reindex first if those logs have been rotated out by now.

Offline ElMato

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
I'm stuck at block 1603649 and the client keeps saying ...

Code: [Select]
--- there are now 4 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 0 active connections to the p2p network
--- in sync with p2p network
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- syncing with p2p network, 68892 blocks left to fetch
--- there are now 3 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- in sync with p2p network
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- syncing with p2p network, 68961 blocks left to fetch
--- there are now 3 active connections to the p2p network
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- there are now 2 active connections to the p2p network

I've already removed peers db and nothing changes.


Code: [Select]
(wallet closed) >>> about
{
  "blockchain_name": "BitShares",
  "blockchain_description": "Life, Liberty, and Property for All",
  "client_version": "v0.5.3",
  "bitshares_revision": "8c908f81510e7103b41323bcf5a5731047c59994",
  "bitshares_revision_age": "10 days ago",
  "fc_revision": "64c6c01b806efcf70bb06aeb55ca317492123d80",
  "fc_revision_age": "25 days ago",
  "compile_date": "compiled on Jan 31 2015 at 04:44:06",
  "boost_version": "1.56",
  "openssl_version": "OpenSSL 1.0.1i 6 Aug 2014",
  "build": "osx 64-bit"
}

Code: [Select]
(wallet closed) >>> info
{
  "blockchain_head_block_num": 1603649,
  "blockchain_head_block_age": "8 days old",
  "blockchain_head_block_timestamp": "2015-01-24T01:18:30",
  "blockchain_average_delegate_participation": "0.14 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": "2,498,419,725.46411 BTS",
  "blockchain_blocks_left_in_round": 29,
  "blockchain_next_round_time": "at least 5 minutes in the future",
  "blockchain_next_round_timestamp": "2015-02-01T09:49:20",
  "blockchain_random_seed": "27dac4b3b71302c47ec55bd794a6a4c8100b8f7c",
  "client_data_dir": "/Users/[edited]/Library/Application Support/BitShares",
  "client_version": "v0.5.3",
  "network_num_connections": 6,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2015-02-01T09:44:30",
  "ntp_time_error": 0.14476700000000001,
  "wallet_open": false,
  "wallet_unlocked": null,
  "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
}

any ideas?