Open olalonde opened 5 years ago
there is a notify option that sends an HTTP request each time something changes on an address. try electrum help notify
. is this good enough?
edit: if it's enough then please close this issue and next time use one of the community forums: electrum.org/#community .
I'm considering using a headless Electrum to accept Bitcoin payments on my website. I was wondering if there is any existing system to notify an external process that a payment was received? Otherwise, that would be a feature request. bitcoind implements something like this with the
-walletnotify=<cmd>
configuration option.