spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.45k stars 3.09k forks source link

Notifications / webhook? #5669

Open olalonde opened 5 years ago

olalonde commented 5 years ago

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.

AbdussamadA commented 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 .