I made an updated bootstrap.dat file for people having trouble syncing their client.
It goes up to block 1852000 which was staked on Mon Jan 8 20:13:52 UTC 2018.
It's available as a download here:
bootstrap.dator as a torrent here:
bootstrap.dat.torrentDownload it, put it into the same folder as your CLAM wallet.dat, then restart the client.
If you are using the QT client, it will say "importing blocks" in the lower left corner while the bootstrap.dat file is imported. That is how you can tell that the file is being used.
It will take a while to import it, but it will be a lot faster than trying to sync using the p2p network.
When it is done, the client will rename the file to bootstrap.dat.old and won't look at it again.
Once it has been renamed you can delete it if you like.
To verify that you have the right file:
$ sha256sum bootstrap.dat
04d469e0dcac7c300f28d9c028637d95d5d43a0c961e63ef7a35ba80d45d0155 bootstrap.dat
Edit: I also made a series of 'partial' bootstrap files. Each one contains the block data for 10,000 blocks.
https://s3.amazonaws.com/dooglus/bootstrap-000.dat is blocks 0 through 9999
https://s3.amazonaws.com/dooglus/bootstrap-001.dat is blocks 10000 through 19999
https://s3.amazonaws.com/dooglus/bootstrap-002.dat is blocks 20000 through 29999
etc.
I'll add a new one for each new set of 10k blocks. Currently they go up to bootstrap-184.dat
So if you already have everything up to block 492123 and want to get up to date, download the -049, -050, etc. files, append them all together in order into bootstrap.dat in the same folder as your CLAM wallet.dat and restart the client.
In Windows you can append the files together by running "cmd", and using something like:
copy /b bootstrap-*.dat bootstrap.dat
In Linux the command would be:
cat bootstrap-*.dat > bootstrap.dat
thx for your help.
How can I change the storage path of the blocks? I need to put them on another HDD