Post
Topic
Board Development & Technical Discussion
Re: walletnotify parameters
by
ETFbitcoin
on 21/08/2022, 12:23:18 UTC
...
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

Code:
amnt=$(./bin/bitcoin-cli -getinfo | grep wallet_name | cut -d " " -f1)

Not directly. IIRC you can get amount of BTC using gettransaction.