Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: hendsan on August 23, 2017, 01:13:31 PM



Title: Solo Mining connect url via LAN?
Post by: hendsan on August 23, 2017, 01:13:31 PM
anyone know how to set bat file solo mining for another rig, if wallet at different pc? can using via LAN for url in bat file?
already trying using config at wallet qt
rpcconnect=127.0.0.1
rpcallowip={IP rig PC want to mine}

and at mining rig bat file i set config
-o http://{ip wallet PC}:port

but still failed to connect


Title: Re: Solo Mining connect url via LAN?
Post by: mirny on August 23, 2017, 02:41:23 PM
anyone know how to set bat file solo mining for another rig, if wallet at different pc? can using via LAN for url in bat file?
already trying using config at wallet qt
rpcconnect=127.0.0.1
rpcallowip={IP rig PC want to mine}

and at mining rig bat file i set config
-o http://{ip wallet PC}:port

but still failed to connect

Well you need to add rpcuser and rpc password to the your coin conf file.
Add daemon, server, listen too.
The run your bat file with your ip and username and password.
It should work then.


Title: Re: Solo Mining connect url via LAN?
Post by: hendsan on August 23, 2017, 04:18:41 PM
anyone know how to set bat file solo mining for another rig, if wallet at different pc? can using via LAN for url in bat file?
already trying using config at wallet qt
rpcconnect=127.0.0.1
rpcallowip={IP rig PC want to mine}

and at mining rig bat file i set config
-o http://{ip wallet PC}:port

but still failed to connect

Well you need to add rpcuser and rpc password to the your coin conf file.
Add daemon, server, listen too.
The run your bat file with your ip and username and password.
It should work then.

already set that too, this my config at wallet
daemon=1
server=1
rpcport=8232
rpcconnect=127.0.0.1
rpcallowip=10.10.10.15
rpcuser=rpcuser
rpcpassword=rpcpass
listen=1

if i mine at the wallet pc, it's perfectly running well using solo mining
but i need mine with different pc (rig) and connected my wallet pc..