Can anyone post a guide to how to solo mine with cudaminer on windows?
I've been trying to mine on my laptop with cudaminer for a while now without a success
Do I need to launch the wallet as server maxoind.exe --server ? (dont think the command is included)
my bat file has the following command is it right? or do I need to specify somethng else?
cudaminer --algo=keccak -o http://127.0.0.1:8108 -u user1 -p pass1
The error I'm getting is the following
I've changed port several times without a success...
there is the conf files that i'm using :
addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=maxexplorer.cloudapp.net
addnode=213.179.202.19
addnode=91.121.8.25
addnode=213.192.56.163:8334
addnode=107.170.15.110:8668
addnode=131.111.33.245:8668
addnode=137.116.204.146:8668
addnode=138.91.116.247:8668
addnode=144.76.107.81:8668
addnode=144.76.113.132:8668
addnode=144.76.238.140:8668
addnode=148.251.11.196:8668
addnode=162.251.118.42:8668
addnode=187.104.154.105:8668
addnode=162.243.98.115:8668
addnode=94.226.111.26:8668
addnode=108.166.119.210:8668
addnode=54.242.57.209:8668
addnode=109.204.130.61:8668
addnode=62.24.83.120:8668
addnode=107.170.0.102:8668
addnode=37.139.10.249:8668
addnode=62.210.162.235:8668
addnode=54.80.38.63:8668
addnode=54.196.40.143:8668
addnode=23.97.130.72:8668
# Enable RPC
rpcallowip=all
daemon=1
server=1
listen=1
# RPC information
rpcuser=user1
rpcpassword=pass1
rpcport=8108
# Mining
gen=0
Thank you in advance for your help