2
I'm trying to get deposits sent to my website to show up in the users balance, inside my bitcoin.conf I have:
walletnotify='http://localhost/blocknotify-update-deposit?trxhash='%s
This is not showing up the users deposited balances however if I put the same line in my url bar the balances show up straight away.
What have I missed from the bitcoin.conf? The person I bought the application from has not been much help regarding the bitcoin integration and I'm learning as I go myself here.
Is the apostrophe needed/recommended? I'm wondering because I've always done mine the same way minus the apostrophe
walletnotify= curl http://yourdomain.com/newdeposit.php?tx=%s– m1xolyd1an – 2016-07-31T01:06:01.713@m1xolyd1an Dunno. To be perfectly honest, I just copied the URL from the OP. – Nick ODell – 2016-07-31T05:22:57.627