Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SMC] SmartCoin | The smart way to pay | Cryptsy • Digishield • X11
by
psionin
on 24/07/2014, 13:02:27 UTC
Can anyone get a wallet to sync?  Where is the dev?

Cannot seem to sync the new client past block 35499

There may still be some nodes stuck at the first and second fork for some reason, so if there's a connection to them, it may cause an issue. Removing the addnodes and placing this into the config file should resolve it (this should only be used temporarily):
Code:
connect=198.46.135.119

I just downloaded the wallet and am syncing fine without making a config file.

The connections are looking mostly healthy, more than half of them are synced and at the latest version.

stuck @ block 34999:

Code:
2014-07-24 12:38:17 connected 198.46.135.119
2014-07-24 12:38:17 send version message: version 70002, blocks=34999, us=0.0.0.0:0, them=198.46.135.119:58585, peer=198.46.135.119:58585
2014-07-24 12:38:17 receive version message: /Satoshi:0.9.0/: version 70002, blocks=290154, us=xxx.xxx.xxx.xxx:xxxxx, them=198.46.135.119:58585, peer=198.46.135.119:58585
2014-07-24 12:38:10 received block 98d5849c36f9cffbcf9c30dff0590ef12b8bb5edf030026db01954d82552203e
2014-07-24 12:38:12 ERROR: AcceptBlock() : incorrect proof of work
2014-07-24 12:38:12 ERROR: ProcessBlock() : AcceptBlock FAILED

I only have connect=198.46.135.119 in my config, no addnodes. already deleted the complete blockchain and everything else.

I am connected to the following nodes:

addnode=198.46.135.119
addnode=24.176.222.222:58585
addnode=24.124.22.5:58585
addnode=184.180.177.220:58585

They are all on the correct block height.

There may be an issue when syncing from scratch. Looking into it.