Monitor all transactions on bitcoin network - API

5

I am searching for a solution to monitor all bitcoin transactions (or for first ties at least for addresses inside my bitcoin client).

I found http://blockchain.info/api_websocket is this really reliable? What happens if my client is offline?

Is perhaps the better way to run a bc-client an use a poll - every second?

Mark

Posted 2012-07-24T21:56:57.253

Reputation: 153

Answers

2

This can be done with some degree of effort using the Bitcoin API.

v0.7 even has support for this for addresses that are not in your own wallet:

There are other tools that you can use to build this capability as well.

  • libBitcoin
  • Armory (see Extras)
  • Bitcoin ABE

Stephen Gornick

Posted 2012-07-24T21:56:57.253

Reputation: 26 118