Hello!
My wallet is having issues syncing. Using version 1.1. Around 12 hours behind and growing. Yesterday it was just 3 hours behind. It is syncing but so slow blocks are being created faster than the wallet is downloading the blocks. All this with almost 100% disk resources and heavy CPU use.
Any suggestions?
Here is current bootstrap.dat file util block height: 713848, close wallet application, copy bootstrap.dat to roaming/goldblocks folder, delete everything except wallet.dat , then start and resync wallet.
It will take some time, but you will have synced Goldblocks wallet on correct chain. When POW is over in about 4 months that will not happen any more.
https://drive.google.com/open?id=0B9CsT1LO8rRUMjQ3a2R6ZFBsUk0name of file: goldblocks.conf rpcuser=User@ rpcpassword=Pass@ rpcport=26920 port=27920 server=1 listen=1 daemon=1 rescan=0 reindex=0 defaultkey=1 logtimestamps=1 maxconnections=100 verifychain=1 dns=1 rpcthreads=100 addnode=node1.goldblocks.eu addnode=node2.goldblocks.eu addnode=node3.goldblocks.eu addnode=node4.goldblocks.eu addnode=node5.goldblocks.eu addnode=node6.goldblocks.eu addnode=node7.goldblocks.eu
config file download
bootstrap.dat download ~block 713,848
|
the bootstrap is a copy of the blocks that are in the current blockchain ...
the wallet still has to download the rest of the components - but the blocks are always available via the bootstrap ...
for this reason - it still takes a while for the sync to happen - but its a lot faster than the wallet continuously looking for peers ...
the fastest way is obviously have a complete copy of the blockchain - but that is a bigger download again ...
as for the cpu usage - that is a code optimization issue and needs to be looked at IF it becomes a major problem ...
#crysx