Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: MaximC on February 16, 2014, 09:52:11 PM



Title: Check incoming transactions for address
Post by: MaximC on February 16, 2014, 09:52:11 PM
Hello, is it possible check the incoming transactions at bitcoin address without have it stored in bitcoind?
Something as this: https://blockchain.info/address/1HVuShP45zrBGgfFvaEgABhFKMtPZeirJi

Is it possible check the address thru bitcoind?
Api: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list

Any information helps. Thank you


Title: Re: Check incoming transactions for address
Post by: flatfly on February 17, 2014, 07:00:00 AM
Set txindex=1 in your conf file then use getrawtransaction. Or have a look at chainsnort.


Title: Re: Check incoming transactions for address
Post by: hostmaster on February 17, 2014, 07:03:18 AM
Set txindex=1 in your conf file then use getrawtransaction. Or have a look at chainsnort.
thx good info