Author

Topic: How to monitor zero-conf transactions? (Read 554 times)

cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
February 16, 2014, 12:46:31 AM
#3
Thanks, that works great.
newbie
Activity: 7
Merit: 0
February 15, 2014, 05:45:08 PM
#2
You need to check the memory pool (bitcoind).  Something like getrawmempool. https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list.  In bitcoinj I think unconfirmed transactions matching the wallet are available from the wallet.
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
February 15, 2014, 12:34:21 PM
#1
How do I monitor incoming transactions as they occur (before they're accumulated into a block)?  Are they in one of the blk.dat files that bitcoind creates, or are there only confirmed blocks in those files?  Does bitciond create a file of pending, unconfirmed transactions?  I can use python or C, or really anything.
Jump to: