list of blocks as text file

1

Is there a reliable source where I can download the blockchain as a text file? Or perhaps is it included in my bitcoin-qt folder after it synchronizes with the network?

Mercury

Posted 2013-05-12T07:48:50.677

Reputation: 48

Question was closed 2013-05-13T16:16:19.657

Answers

0

You can certainly request it incrementally from bitcoind/Bitcoin-Qt using the getblock and getblockhash RPCs, but there is no file maintained with the actual full list.

Pieter Wuille

Posted 2013-05-12T07:48:50.677

Reputation: 54 032

Ah, alright, I'll write a little program to fill up a list as a text file. Thanks for the answer.Mercury 2013-05-12T19:49:24.027