• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

-walletnotify doesn't work with the new v.120053

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
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?
 
Back
Top