Post
Topic
Board Development & Technical Discussion
Re: walletnotify parameters
by
pbies
on 21/08/2022, 11:03:44 UTC
There is no Wiki about that and no post explaining

You can obtain some explanation from bitcoind --help. You also could use bitcoin-qt --help.

Quote from: bitcoind --help
 -walletnotify=<cmd>
       Execute command when a wallet transaction changes. %s in cmd is replaced by TxID, %w is replaced by wallet name, %b is replaced by the hash of the block including the transaction (set to 'unconfirmed' if the transaction is not included) and %h is replaced by the block height (-1 if not included). %w is not currently implemented on windows. On systems where %w is supported, it should NOT be quoted because this would break shell escaping used to invoke the command.

I cannot see anything beside these 4 letters. Aren't there any more info from walletnotify? Like amount of BTC?