Hey all,
Recently upgraded to the newest node version of ZCash.After the upgrade my blocknotify and walletnotify commands does not seems to respond at all for blocks and transactions. In the previous node version everything was working fine.
my terminal script is:
sudo ./zcashd -datadir=“/media/zcash/” -conf=/home/zcashuser/.zcash/zcash.conf -walletnotify=‘/scripts/transaction.sh %s’ -blocknotify=‘/scripts/block.sh %s’ -showmetrics=0
Appreciate the help!