Author

Topic: How to get a Transaction out of the blockchain? (Read 675 times)

legendary
Activity: 1498
Merit: 1000
February 16, 2014, 03:40:50 AM
#5
You can make getrawtransaction work for any transaction (not just one of your own)
by adding txindex=1 to your conf file.  (This might require re-indexing the blockchain)

I'm using this method in the RPC version of my chainsnort tool, so I've verified that it works.

txindex does require more space as well.
legendary
Activity: 1106
Merit: 1016
090930
You can make getrawtransaction work for any transaction (not just one of your own)
by adding txindex=1 to your conf file.  (This might require re-indexing the blockchain)

I'm using this method in the RPC version of my chainsnort tool, so I've verified that it works.
full member
Activity: 176
Merit: 100
Is it possible to gt transaction details with the tx Id out of the blockchain using the coindeamon when the Transaction isnt relatet to an wallet account? I mean is there some kind of a blockexplorer function within the Deamon? "gettransaction" works only for my own transactions. Or is there a other way if i dont want to use a public blockexplorer.

Thx



You would need to use https://github.com/bitcoin-abe/bitcoin-abe
newbie
Activity: 9
Merit: 0
no ideas?
newbie
Activity: 9
Merit: 0
Is it possible to gt transaction details with the tx Id out of the blockchain using the coindeamon when the Transaction isnt relatet to an wallet account? I mean is there some kind of a blockexplorer function within the Deamon? "gettransaction" works only for my own transactions. Or is there a other way if i dont want to use a public blockexplorer.

Thx

Jump to: