Post
Topic
Board Development & Technical Discussion
Topic OP
Creating a specialized listener
by
dingrite
on 28/11/2013, 18:12:45 UTC

My goal is to create a bot that would listen to the bitcoin network for a list of specific transactions associated with specific bitcoin addresses.

To achieve this I figured it would be best to query the network for the latest blocks, verify them and look for the transactions there.

Does anyone know how I could best do this? A high level description would do.

And I assume libbitcoin is the best cpp lib out there?