ICM fixing the syncing problem should really be a priority... So many new users have this problem.
Working on trying to linearize the blockchain data to create a bootstrap.dat that will import...
If someone else wants to help too.. you run these python scrypts..
Construct a linear, no-fork, best version of the blockchain.
https://github.com/bitcoin/bitcoin/tree/master/contrib/linearizeSo we can get a decent bootstrap.dat for importing ...
Well... trying to create the hashlist.txt I'm getting this:
./linearize-hashes.py linearize.cfg > hashlist.txt
JSON-RPC: error at height 46552 : {u'message': u'Block number out of range.', u'code': -1}
I'm assuming that maybe it just finished, since that was the latest block when I did that.
Edit: Now when trying to create the bootstrap.dat .. I get:
./linearize-data.py linearize.cfg
Read 46552 hashes
Genesis block not found in hashlist
And bootstrap.dat file is not created
Any suggestions?