Guys plz help!
Ubuntu 16.04
install wallet from *.deb file
here is conf:
rpcuser=darklion
rpcpassword=x
rpcallowip=0.0.0.0/0
rpcport=28878
miningaddress=hbeB98BmVFNoWRU2Fd267gNdZu3qcjbSGk
server=1
daemon=1
gen=0
addnode=67.170.34.149:28878
addnode=169.53.166.75:28878
addnode=45.63.53.98:28878
addnode=91.201.40.89:28878
addnode=51.255.53.134:28878
All synced ok, but I can't connect via minerd:
minerd.exe -o
http://80.211.158.233:28878 --userpass=darklion:x --coinbase-addr=hbeB98BmVFNoWRU2Fd267gNdZu3qcjbSGk -t 2
[2017-11-25 20:10:27] 2 miner threads started, using 'scrypt' algorithm.
[2017-11-25 20:10:27] HTTP request failed: Empty reply from server
[2017-11-25 20:10:27] json_rpc_call failed, retry after 30 seconds
[2017-11-25 20:10:57] HTTP request failed: Empty reply from server
[2017-11-25 20:10:57] json_rpc_call failed, retry after 30 seconds
[2017-11-25 20:11:27] HTTP request failed: Empty reply from server
[2017-11-25 20:11:27] json_rpc_call failed, retry after 30 seconds
[2017-11-25 20:11:58] HTTP request failed: Empty reply from server
[2017-11-25 20:11:58] json_rpc_call failed, retry after 30 seconds
If I chane rpcport to any other, then I can't connect to VPS via minerd at all.. So what the problem? Why Empty reply from server?
Now VPS wallet is mining by "setgenerate true" command.
But I want add some PCs to it. Thank you for advise!