0
1
I'm looking to build a blockchain address monitoring service for bitcoin and other altcoins. What is the best way to monitor a bunch of addresses for incoming/outgoing transactions?
Currently I wrote a php script that checks the address every 5 minutes for any new activity and then store this data to a file and then another 5 minutes I fetch the data again and diff the file to see any differences and if so do something.
Another method I was thinking was to fetch each block as its mined then see if any of the addresses match what I have listed then do something.
1
This is the solution: https://bitcoin.stackexchange.com/questions/24457/how-do-i-use-walletnotify
– Patoshi パトシ – 2017-06-12T21:31:34.737