2
1
With getrawmempool it gets me txids, however it just dumps the whole mempool on me. This isn't convenient if I want to quickly detect new transactions. Is it possible to only get newly broadcasted transactions?
Is there another way to sort of stream them from bitcoin-core into my program?
1As far as I understand,
walletnotifyonly notifies of transactions made to the address that belong to that wallet. I'm interested in collecting all transactions that are broadcasted. – snitko – 2017-08-17T04:20:23.560In that case, you should use ZMQ as sugest by @Andrew Chow – carvmarc – 2017-08-17T15:08:33.197