BitShares Forum

Main => General Discussion => Topic started by: cryptosig on July 27, 2014, 01:35:55 am

Title: Upgraded wallet version, stopped syncing blocks
Post by: cryptosig on July 27, 2014, 01:35:55 am
I went from version 0.2.1 -> 0.2.3 and I'm now seeing the following, "Severe network problems | Last block is synced 55 hours old". I tried to wallet_rescan_blockchain.

network_get_connection_count

8


Title: Re: Upgraded wallet version, stopped syncing blocks
Post by: GaltReport on July 27, 2014, 06:07:11 pm
I'm not sure but you may need to add some nodes like this:

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

at the console.
Title: Re: Upgraded wallet version, stopped syncing blocks
Post by: cryptosig on July 29, 2014, 04:24:03 am
I have tried all the suggested methods to fix the problem, but in the end the only thing I found to work was to delete the "Chain" folder and re-download the block chain. I'm updating this for others who have run into the same problem.