Stuck on 610 on linux with latest build:
{
"version" : 85400,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 280.00080000,
"blocks" : 610,
"timeoffset" : 1,
"connections" : 8,
"proxy" : "",
"difficulty" : 0.00001890,
"testnet" : false,
"keypoololdest" : 1387122711,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
{
"blocks" : 610,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00001890,
"errors" : "",
"genproclimit" : -1,
"hashespermin" : 3.24141026,
"pooledtx" : 0,
"testnet" : false
}
From top:
8656 nomullet 20 0 28.2g 1.1g 4860 S 797.3 14.1 525:43.86 bitcoind
This post solved my issues:
https://bitcointalk.org/index.php?topic=370806.msg4024975#msg4024975I ran these commands on my linux instances (I'm a linux newbie. Use at your own risk):
cd
cd .memorycoin
rm peers.dat
rm db.log
rm debug.log
rm memorycoin.conf
rm -r blocks
rm -r chainstate
I'm using client version 0.8.54.0 now, still stuck at block 615. According to the debug log, the client is connected to several nodes that report they have 620 blocks but my client makes no effort to catch up on the missing blocks!
I'm possibly on a fork because my block 615 differs from this one:
http://www.chainbrowser.com/memorycoin/block/00017a2988f88953776c084b8010cbd74fd6c98e08d5cd834df786aed13acd09/How can I get my client to load the correct chain?
edit: Seems like my client is on the wrong side of the fork at block 607, how can I fix this?
This post solved my issues:
https://bitcointalk.org/index.php?topic=370806.msg4024975#msg4024975Re-downloading the blockchain, sounds fun ...
More fun than being on the wrong fork.
