Post
Topic
Board Mining (Altcoins)
Re: Solo Mining Altcoins With Stand alone miners like Antminer [Easy Tutorial] [Win]
by
Indianacoin
on 11/01/2016, 11:27:21 UTC
if you are using rcpport=11655 in your conf file the your url should be
192.168.1.4:11655 or 127.0.0.1:11655

Still showing dead. Huh I tried changing stratum to http in my start-pool.bat file but still did not work!

your conf file should include
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*

Where should I insert those two lines in the conf file? Will it work like this?

server=1
rpcuser=XXXXX
rpcpassword=x
rpcport=11655
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*

daemon=1
gen=0

Also my local IP is 192.168.1.4 not 127.0.0.1 So do I need to add 127.0.0.1 also in the conf file?