Post
Topic
Board Beginners & Help
Re: BITCOIN Core(QT): It takes ages to synchronize wallet
by
Injust
on 01/10/2014, 15:38:14 UTC
Newbie question: Just installed Bitcoin Core 2 days ago. Start synchronizing the block chain since (24 hours x 2) on Macbook 10.9.3  So far, I got only "Processed 239569 blocks, last received block generated 1 year and 16 weeks ago". The last received block still changing but...
     Why it is painfully slow like this? Any tip to accelerate the speed of synchronizing ?

Thanks a bunch for any advise.

If you want to speed things up, follow the instructions at the bottom of https://bitcoin.org/en/download:
Quote
If you know how to download a torrent file, you can speed up this process by putting bootstrap.dat (a previous copy of the block chain) in the Bitcoin Core data directory before starting the software.

You can get the torrent file for bootstrap.dat here: https://bitcoin.org/bin/blockchain/bootstrap.dat.torrent

Many thanks for the suggestion.  I got 22Gb in one file(bootstrap.dat). What should i do next?  How to import bootstrap to Bitcoin Core?

You need to put it into the Bitcoin Core data directory, which varies depending on your OS. Information from https://en.bitcoin.it/wiki/Data_directory

If you are on Windows:

Quote
Go to Start -> Run (or press WinKey+R) and run this:
Code:
explorer %APPDATA%\Bitcoin

The data directory for Linux is at
Code:
~/.bitcoin/
and at
Code:
~/Library/Application Support/Bitcoin/
for Mac.

Please note that these are default locations Smiley