romario
Member
Hey guys
I was using -walletnotify to store all incoming transactions in my database. However, after the upgrade to the latest version which doesn't support RPC in dashd, -walletnotify doesn't work anymore
I was running
dashd -walletnotify="notify.sh %s" &
notify.sh file
it worked just fine before, but after RPC commands were moved to dash-cli, it doesn't
is there any way to fix it?
I was using -walletnotify to store all incoming transactions in my database. However, after the upgrade to the latest version which doesn't support RPC in dashd, -walletnotify doesn't work anymore
I was running
dashd -walletnotify="notify.sh %s" &
notify.sh file
Code:
php wallets_notify_reception.php $1 dash
it worked just fine before, but after RPC commands were moved to dash-cli, it doesn't
is there any way to fix it?