70
17
Every time I turn on the Bitcoin client it takes days to catch up with the block chain.
Are there alternatives to getting it trickling through the peer-to-peer network? Can I just download it somewhere? Wouldn't this be ideal for distribution via BitTorrent?
If so, how do I import it into the Bitcoin client?
My client would still be validating this data (can it?), and it is all signed and proof-of-worked, so there is no real security problem here, is there?
Apparently this does not speed up the time it takes to import and validate the block chain much, because the cryptographic calculations are the bottle neck, not the network I/O. But still, downloading everything first and validating later reduces the time you need a working network connection. Validation can be done offline, too. – Thilo – 2011-11-27T23:16:43.643
Good question! I was going to ask "How long is it supposed to take to download all blocks from the transaction history?". Short answer is: the times it takes to download a 1.4GB file, plus a bit more to get the latest blocks from peers. – rds – 2012-02-18T15:49:51.410
Can I know the from where i can download a sample of blockchain for some basic analysis? – Ankita – 2015-07-10T14:54:58.540