I couldn't find any Wiki or post that covers this topic.
What parameters can we use for walletnotify?
So far, I know these:
%s transaction ID
%b ?
%h ?
%w wallet name
Are there any others?
walletnotify parameters explained
5 replies 484 views
That's not true, see https://en.bitcoinwiki.org/wiki/Running_Bitcoind
%b gets replaced by the block hash if transaction is confirmed or 'unconfirmed' as long as the transaction is still in the mempool waiting to be confirmed.
%h gets replaced by the block height or -1 if not yet confirmed.
You can obtain some explanation from bitcoind --help. You also could use bitcoin-qt --help.
I cannot see anything beside these 4 letters. Aren't there any more info from walletnotify? Like amount of BTC?
I know I can do
Solved:
%s = tx id
%b = "unconfirmed" (block hash?)
%h = amount
%w = wallet name
Correct link: https://bitcoinwiki.org/wiki/running-bitcoin
Related topics
- Difference between witness and signscript explained 5
- bitcoin-qt sync issues and slow speeds 6
- Recovering a Bitcoin wallet and address 8
- Creating a list of non-zero wallets and their balances using Python 4
- CipherSeed: A Comprehensive Guide to Super-Secure Crypto Wallet Backups 5
- Curious about recovering BTC from 2010/2011 7