What do i need to with the mining .bat file
microCoinminer.exe -o 127.0.0.1:44444 -u user -p x --scrypt --Nfmin 4 --Nfmax 30 --StartT 1389028879 --queue 0 --scan-time 2 --expiry 4
and my .conf
rpcport=44444
rpcuser=user
rpcpassword=x
rpcallowip=*
server=1
listen=1
addnode=127.0.0.1:44444
to get it working?
no, dont change addnode..... and start.
Well when i try to start it with these settings it does not work. Any suggestions?
rpcport=44444
rpcuser=user
rpcpassword=x
rpcallowip=127.0.0.1
server=1
listen=1
addnode=84.251.34.142:44444
Thanks! Seems to be working perfectly now!