0
I have installed dash coin wallet in my amazon server by using instruction from the below url
https://planetcrypton.com/install-dash-daemon
I want to communicate coin wallet via php programme. i just tried the below plugin to connect to the coin wallet from my server. But i coudnt connect to the coin wallet and it says "Empty reply from server0". i added the cofiguration details in the dash.conf file.
i give corresponding values in below configuration set up
rpcuser=<some_reallY_long_really_random_username>
rpcpassword=<some_really_long_really_random_password>
alertnotify=echo %s | mail -s "DASH Alert" <your@email-address.com>
server=1
daemon=1
addnode=23.23.186.131
listen=1
logtimestamps=1
maxconnections=256
masternode=0
masternodeaddr=<ip.add.re.ss>:9999
externalip=<ip.add.re.ss>
I only set the master node settings in my server because i dont want to connect the master node from the local system.I need to connect the wallet via programically. Can anyone please help me?
That master node thing smells like dash/darkcoin, not dashcoin (different coins, long story, dashcoin is a cryptonote, but darkcoin renamed to dash and made it all confusing). You'll want to ask that somewhere dash people congregate, no idea where though. – user36303 – 2018-02-04T00:36:47.577