Hello folks,
I have downloaded my wallet from dashpay and have this dash.conf setup on one computer (192.168.0.3).
port=9998
rpcuser=SoloMiningUser
rpcpassword=SoloMiningPassword
rpcallowip=127.0.0.1
rpcallowip=192.168.0.1/255.255.255.0
rpcport=9999
server=1
daemon=1
listen=1
gen=0
I downloaded a cpu miner from github and running the miner from another computer (192.168.0.2) with the command
minerd-corei7-avx.exe --algo=X11 --url=192.168.0.3:9999 --user=SoloMiningUser --pass=SoloMiningPassword --threads=8
I'm getting the error: The requested URL returned error: 404 Not Found
When I connect with Firefox on the URL I get the document:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
I get the same error when trying to launch CPU miner on the same computer as the wallet (192.168.0.3).
What do I miss? Any help appreciated.
I have downloaded my wallet from dashpay and have this dash.conf setup on one computer (192.168.0.3).
port=9998
rpcuser=SoloMiningUser
rpcpassword=SoloMiningPassword
rpcallowip=127.0.0.1
rpcallowip=192.168.0.1/255.255.255.0
rpcport=9999
server=1
daemon=1
listen=1
gen=0
I downloaded a cpu miner from github and running the miner from another computer (192.168.0.2) with the command
minerd-corei7-avx.exe --algo=X11 --url=192.168.0.3:9999 --user=SoloMiningUser --pass=SoloMiningPassword --threads=8
I'm getting the error: The requested URL returned error: 404 Not Found
When I connect with Firefox on the URL I get the document:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
I get the same error when trying to launch CPU miner on the same computer as the wallet (192.168.0.3).
What do I miss? Any help appreciated.
Last edited by a moderator: