I have configured the walletnotify
and the blocknotify
event on the bitcoin daemon based on the documentation from https://en.bitcoin.it/wiki/Running_Bitcoin, to know any changes to my wallet. Only the blocknotify
is executed and the walletnotify
is never executed. Can someone advice on what event on the wallet will trigger the walletnotify event?
Bitcoin daemon version currently running on: 0.8.1
bitcoin.conf
rpcuser=bitcoinrpc
rpcpassword=bitcoinrpc1
server=1
testnet=1
walletnotify=/home/dev/test_log/log.sh %s
blocknotify=/home/dev/test_log/log.sh %s
https://en.bitcoin.it/wiki/Running_Bitcoin
https://github.com/bitcoin/bitcoin/pull/1974