Author

Topic: How to access blockchain data through bitcoind (Read 817 times)

newbie
Activity: 10
Merit: 0
October 29, 2012, 05:25:18 AM
#6
@Stephen Gornick, I was just asking where exactly in those documents was that quote from because I have been through them and apparently I missed it Smiley

Thanks again for your useful input.
legendary
Activity: 2506
Merit: 1010
newbie
Activity: 10
Merit: 0
Thank you both for your answers. I already knew about ABE but I was hoping to do it through bitcoind's API, if possible. I guess i will give a chance to ABE.

@Stephen Gornick, can you please tell me from where did you quote that info?
legendary
Activity: 1092
Merit: 1016
760930
legendary
Activity: 2506
Merit: 1010
The bitcoind API does not give you a way to access the information stored in the local database files and you can only get the transactions which are related with your wallet.

That's changed now.

New, in version 0.7, is Raw Transactions:
 - http://en.bitcoin.it/wiki/Raw_Transactions

GetRawTransaction
then
DecodeRawTransaction
gives you what you are looking for.
newbie
Activity: 10
Merit: 0
Hello,

I am interested in indexing to a database ALL blocks/transactions since genesis for private use and I am trying to understand how to achieve this. The bitcoind API does not give you a way to access the information stored in the local database files and you can only get the transactions which are related with your wallet. Is there an API call I am missing here?

Thank you for your time
Jump to: