From the debug.log I get the following:
2017-12-15 21:24:14 WARNING: ProcessBlock(): check proof-of-stake failed for block 312fa8597f54b8453009883f5898c5661565bb0dffa673b03799eb05833af73b
2017-12-15 21:24:14 ERROR: ProcessNewBlock : AcceptBlock FAILED
2017-12-15 21:24:20 ERROR: CheckStakeKernelHash() : min age violation - nTimeBlockFrom=1512045313 nStakeMinAge=3600 nTimeTx=1512048273
2017-12-15 21:24:20 ERROR: CheckProofOfStake() : INFO: check kernel failed on coinstake 340602140fa990574e96896325a9a943879eab740ccdfda1b4483650ffc4bbf3, hashProof=0000000000000000000000000000000000000000000000000000000000000000
2017-12-15 21:24:20 WARNING: ProcessBlock(): check proof-of-stake failed for block 312fa8597f54b8453009883f5898c5661565bb0dffa673b03799eb05833af73b
2017-12-15 21:24:20 ERROR: ProcessNewBlock : AcceptBlock FAILED
Could you please advise?
Thanks in advance!
I am trying to sync the wallet (Mac High Sierra) but it's stuck at 2 weeks ago.
I have added the following IPs (based on the announcement), but still no luck.
addnode 92.231.227.4:50050 add
addnode 45.76.175.211:50050 add
addnode 158.69.209.241:50050 add
addnode 165.227.106.170:50050 add
addnode 108.61.23.239:50050 add
addnode 142.91.104.115 add
Could you please advise?
Thanks!!
I'm not an expert, but I have couple things you can try...
1.) Did you restart the wallet after adding the nodes?
2.) Are you using the latest wallet? (I believe v1.0.0.5 is the latest)
3.) try some additional nodes...
addnode=212.159.69.141:50050 add
addnode=66.70.186.2:50050 add
addnode=173.199.118.163:50050 add
addnode=45.76.116.122:50050 add
addnode=145.239.29.9:50050 add
addnode=165.227.106.170:50050 add
addnode=142.44.246.3:50050 add
if you check this block in explorer, there's a special transaction type. It's screwing the sync process in the wallet version that you're using. What i did was to get a dump of 'blocks' and 'chainstate' folders from a computer that managed to sync successfully using a different version of the wallet. After overwriting corresponding folders and restarting the wallet, it got through block 13937, but got stuck again at block 16k+ (don't remember the exact number). Anyway, the point is that the only solution that is working, is to simply use a different version of the wallet (in my case i switched from Mac to Windows). Since then, everything's working as expected. Hope it helps.