This is a torrent of the publicly available bitcoin blockchain data.
IMPORTANT NOTE: As of Bitcoin Core version 0.10.0 or later, this torrent is
slower than a direct download using the bitcoin P2P protocol & client. This torrent is now only maintained for research and development purposes as a secondary option. Please use Bitcoin Core directly to download the blockchain.
Bitcoin-Qt/bitcoind version 0.7.1 and later supports a special import feature: If the file "bootstrap.dat" is found in the bitcoin data directory, it will validate and import all blockchain data found in that file. The following torrent presents a bootstrap.dat file for that feature.
Here is the PGP-signed torrent information. The public key for
jgarzik@bitpay.com may be found at public keyservers or
http://bitcoin.org/jgarzik-bitpay.asc Details follow
below the signature.
Updated: August 23, 2014
http://gtf.org/garzik/bitcoin/bootstrap.txt-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Torrent info hash: 36719ba2cecf9f3bd7c5abfb7a88e939611b536c
Torrent magnet link:
magnet:?xt=urn:btih:36719ba2cecf9f3bd7c5abfb7a88e939611b536c&dn=bootstrap.dat&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Fcoppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=http%3A%2F%2Fbttracker.crunchbanglinux.org%3A6969%2Fannounce
Block height: 317000
Filename: bootstrap.dat
Byte size: 22566124235
SHA1: 2e6e5dd20cd9c21960ba94f7265f42c4b6443758
SHA256: d05062052be4dd6fbaeac5f17598e52f7ad545f9f938acefaf7067ecce1d7b5a
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - http://gpgtools.org
iQEcBAEBCgAGBQJT+PcrAAoJEL8a4JGi25zKmj4H/i8xKIXW/xnw5i5Pc+ciUuc2
Zo+KxQd1YGRmJSvGsyTgTqK4IJUBD8s8tIGTtznCJ2/Q3wIdZmoqxkST7r4rqJly
cOyJ/n19K5beYvVekIgHVXFmhdJhZf8KNnyuV+DpHmmLKYyZtvkoY9b3hEBHVtSM
AkjuWyA9IEPeghxBX32JAToXOZGs9vZghNyIMg/fWbGLuv1oX7QCjAAua0NAMbLX
diSvVcLXskTRy38W4whz1DX6ruL8mPRYH5Ko6/cmtVqEkr53aEwYf1XJGHHAz3+J
nEHecxBUbiRhDwMdCVtqzKudXWVDtkgVQmRxrkKTw63NTVMge4eEziE2+7JQgq8=
=p9TY
-----END PGP SIGNATURE-----
What is bootstrap.dat?It is a flat, binary file containing bitcoin blockchain data, from the genesis block through height 317,000.
Versions 0.7.1+ automatically validates and imports a file in the data directory named "bootstrap.dat".
Special note: Version prior to 0.8.0 have a bug which will only import 2G of data from a file. This is fixed in 0.8.0.
Who wants bootstrap.dat?Anyone bringing up a new node using the reference client. This is one method of accelerating the initial blockchain download process, while helping the bitcoin P2P network by offloading data download traffic from public P2P nodes.
This download
is not for those who are already running the bitcoin client.
How often will this torrent be updated?Assuming this project is deemed useful and worth continuing... the torrent will be updated once every few months, when the checkpoints are updated in the
reference client source code.
Why not update the torrent more often?A torrent works best when it is a large, static dataset that changes infrequently. That maximizes the ability to seed the data, enabling even part-timer seeders to contribute meaningfully. Less frequent changes also minimizes the risk that a malicious torrent will appear, with a long, malicious side chain. The current policy only updates the torrent after blocks are buried many thousands deep in the chain.
Why should I trust you?You don't have to: This data is raw block chain data. The client will
verify this data during import.
Independent third parties may generate their own bootstrap.dat, up to height 317,000, and verify that the sha256sum matches that posted above. The file format is simple and publicly known:
<4-byte pchMessageStart><32-bit length><CBlock, serialized in network wire format>
Torrent file download?If the magnet link does not work, download the torrent file from
https://bitcoin.org/bin/block-chain/ http://gtf.org/garzik/bitcoin/bootstrap.dat.torrentHow can I help? Do you need more seeds?Yes, we need as many long term seeds as possible. This ensures we can meet torrent download demand immediately at high speeds, and remain idle the remainder of the time.
Generate the file myself?You may generate the file yourself, rather than downloading it, if you have Bitcore Core and python. The tool used to generate bootstrap.dat is
https://github.com/bitcoin/bitcoin/tree/master/contrib/linearizeComments welcomePost any comments or experiences in this thread. I'll update the OP as needed.