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?