This is my first try to mine solo.
if i type this : ./minerd -a scrypt -u admin -p password -o 127.0.0.1:32049
I got this :
json_rpc_call failed, retry after 30 seconds
HTTP request failed: Failed to connect to 127.0.0.1 port 32049: Connection refused
I assume the text admin and password have to be replaced but where can I get a user and password ?
hi you need to create a eighthcoin.conf in %appdata% eighthcoin folder.
eighthcoin.conf
rpcuser=admin
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=32049
listen=1
server=1
addnode=35.231.57.253
addnode=35.185.107.113
Hi, Thanks for your answer.
Needed a reboot and afterwards it works !