Bitcoin Forum

Bitcoin => Electrum => Topic started by: k9electrum on June 03, 2021, 06:11:37 AM



Title: Electrum Notify
Post by: k9electrum on June 03, 2021, 06:11:37 AM
Electrum sends HTTP POST notification when an address in a wallet was involved in a transaction.
It sends me an notification when the transaction is just broadcasted (get 0 confirmation), and when the transaction just received 1 confirmation.

Can I set the number of confirmation required for the latter case? For example, can I get notification when the transaction received 2 confirmations, instead of 1 confirmation? thanks.


Title: Re: Electrum Notify
Post by: ranochigo on June 03, 2021, 06:31:30 AM
No. The hash given by notify is structured with respect to the block height the transaction is in, hash doesn't vary with confirmation increment.

You'd have to use the RPC to find out how many confirmations a transaction has.