Hi guys,
Can anybody point me to the reference for json rpc calls to the dashd ?
I use bitcoind and a php client to take payments in bitcoin i'd like to offer dash the same way.
Is it the same calls or differnt? i.e.
I'm using easybitcoin.php along with commands like
$address=$bitcoin->getnewaddress();
if($bitcoin->error){ $x.= "ERROR: " . $bitcoin->error; }
How can we do it for dash and the oTHER big question is..
is the walletnotify script in the bitcoinconf is that same or different so we can trigger payment notifications without polling the transactions all the time?
Cheers
Pete
Can anybody point me to the reference for json rpc calls to the dashd ?
I use bitcoind and a php client to take payments in bitcoin i'd like to offer dash the same way.
Is it the same calls or differnt? i.e.
I'm using easybitcoin.php along with commands like
$address=$bitcoin->getnewaddress();
if($bitcoin->error){ $x.= "ERROR: " . $bitcoin->error; }
How can we do it for dash and the oTHER big question is..
is the walletnotify script in the bitcoinconf is that same or different so we can trigger payment notifications without polling the transactions all the time?
Cheers
Pete