Author

Topic: how to track incoming coins alert (Read 998 times)

hero member
Activity: 488
Merit: 500
June 12, 2012, 07:27:07 AM
#5
In my bitcoin-qt client I get a balloon notification whenever coins are received in my wallet.

Is there a way to tap into this functionality from bitcoind? I have a cron job set up to check my 'expected incoming addresses' for changes in the balance, but cron has a resolution of one minute which is pretty crap for this kind of thing, and I would prefer an event-style code-base where possible rather than a scheduled-task-style code-base.

Any tips on how I can tap into this to trigger some other event as soon as an incoming transfer is detected from bitcoind?

You could setup an agent at bitcoinmonitor.net to monitor the 'expected incoming addresses'. You can get email, http callback or jabber notification immediately when you receive (or withdraw) any fund. Side effect is you don't have to have bitcoind running to get notifications.
hero member
Activity: 566
Merit: 500
June 12, 2012, 06:25:27 AM
#4
I built a simple application that checked my wallet balance every 30 seconds. based on the change, an email was sent to my phones txt address telling me a deposit or withdraw was made. very useful!
legendary
Activity: 1896
Merit: 1353
June 12, 2012, 04:28:01 AM
#3
Electrum has a 'watch_address' script that you can easily adapt to your needs
full member
Activity: 225
Merit: 101
June 12, 2012, 03:56:28 AM
#2
That functionality is probably going to end up in the 0.7 release.
mav
full member
Activity: 169
Merit: 107
June 12, 2012, 01:47:26 AM
#1
In my bitcoin-qt client I get a balloon notification whenever coins are received in my wallet.

Is there a way to tap into this functionality from bitcoind? I have a cron job set up to check my 'expected incoming addresses' for changes in the balance, but cron has a resolution of one minute which is pretty crap for this kind of thing, and I would prefer an event-style code-base where possible rather than a scheduled-task-style code-base.

Any tips on how I can tap into this to trigger some other event as soon as an incoming transfer is detected from bitcoind?
Jump to: