Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Mr.V on January 04, 2014, 05:48:32 AM



Title: Solo mining to a wallet on a diffrent Computer
Post by: Mr.V on January 04, 2014, 05:48:32 AM
Sup guys im trying to mine a scrypt-jane coin right now solo for learning purposes. I have a wallet on my laptop that I want my rig to mine towards do I just plug the IP address of my laptop into this, and have my .bat file use the laptop IP i'v been trying to run this for a while now but its not working.

rpcuser=Mr.v
rpcpassword=xgdsgd
rpcallowip=MylaptopIP
daemon=1
server=1
listen=1
gen=0
port=21333
rpcport=21334
addnode=77.247.181.162
addnode=91.77.102.87
addnode=91.154.202.96
addnode=78.205.83.28
addnode=87.219.35.151
addnode=121.221.31.187


Title: Re: Solo mining to a wallet on a diffrent Computer
Post by: CrimsonGT on January 04, 2014, 05:58:20 AM
You can set rpcallowip=* and that will allow incoming connections from any IP Address.


Title: Re: Solo mining to a wallet on a diffrent Computer
Post by: Mr.V on January 04, 2014, 06:17:50 AM
and my .bat launch would have the ip that my wallet is on right?