Post
Topic
Board Development & Technical Discussion
Re: Bitcoind transaction notification
by
Zeilap
on 28/05/2013, 14:16:52 UTC
Actually, there are two command line switches -blocknotify and -walletnotify which will call a command when a block is found and when transactions arrive.

Honestly, I would avoid using listsinceblock, it doesn't behave as you'd expect and it'll come back to bite you.