Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: hero18688 on June 04, 2014, 03:27:00 PM



Title: Problems when solomine with home rigs and remote rigs together.Need help!
Post by: hero18688 on June 04, 2014, 03:27:00 PM
I rented my friend's rigs.He has public ip address but I don't.I installed the wallet on one of his rig and set up the conf for solomining. There is no problem soloming in his intranet.But when my home rigs connect to his ip address,things went wrong! Sgminer is not showing the hashrate as it mines in pool nor solomine in my intranet.Judging by the tempetures,my videocards may not be fully hashing.Look at this pic.

https://i.imgur.com/KtLZoGG.png

When hashing X13,these 270xs normally give me 1.7m per card.But three of them are not showing the right number in this case! My another 280xs home rig encounter the same problem!
Code:
{
"pools" : [
{
"name" : "solo",
"url" : "http://192.192.192.192:17516",
"user" : "user",
"pass" : "pass",
"pool-priority" : "0"
}
],
I think it is kind of the network protocol problem.


Title: Re: Problems when solomine with home rigs and remote rigs together.Need help!
Post by: Elun on June 05, 2014, 02:19:45 AM
Can you show your pool stats via P button in sgminer? I think they are dead. Is it works fine when server on 127.0.0.1(local machine in other words)?
Does he have white static IP? Looks like network configure issue. May be your friend connected to the internet with NAT, in this case he should open ports, just like for torrent.


Title: Re: Problems when solomine with home rigs and remote rigs together.Need help!
Post by: hero18688 on June 05, 2014, 02:28:22 AM
Can you show your pool stats via P button in sgminer? I think they are dead. Is it works fine when server on 127.0.0.1(local machine in other words)?
Does he have white static IP? Looks like network configure issue. May be your friend connected to the internet with NAT, in this case he should open ports, just like for torrent.
Yes.The rigs in my friend's intranet both solomine perfectly as mining on pool.He is using a router and I have set up port forward properly.Otherwise,the sgminer of my home rig can not connect to it as soon as I started sgminer.


Title: Re: Problems when solomine with home rigs and remote rigs together.Need help!
Post by: Elun on June 05, 2014, 02:48:32 AM
Look here: https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File
This option:
 # By default, only RPC connections from localhost are allowed.  Specify
 # as many rpcallowip= settings as you like to allow connections from
 # other hosts (and you may use * as a wildcard character).
 # NOTE: opening up the RPC port to hosts outside your local
 # trusted network is NOT RECOMMENDED, because the rpcpassword
 # is transmitted over the network unencrypted.
 #rpcallowip=10.1.1.34
 #rpcallowip=192.168.1.*
And check other options, maybe they will help you.


Title: Re: Problems when solomine with home rigs and remote rigs together.Need help!
Post by: hero18688 on June 05, 2014, 03:05:26 AM
Look here: https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File
This option:
 # By default, only RPC connections from localhost are allowed.  Specify
 # as many rpcallowip= settings as you like to allow connections from
 # other hosts (and you may use * as a wildcard character).
 # NOTE: opening up the RPC port to hosts outside your local
 # trusted network is NOT RECOMMENDED, because the rpcpassword
 # is transmitted over the network unencrypted.
 #rpcallowip=10.1.1.34
 #rpcallowip=192.168.1.*
And check other options, maybe they will help you.
Here is the config what I am using for months.Works perfectly on local network
rpcuser=user
rpcpassword=pass
daemon=1
server=1
listen=1
gen=0
connection=100
rpcport=17516
maxconnections=100
rpcallowip=*

But it is not working for remote solo...

And here is the info when I press P I
https://i.imgur.com/uIFuSnc.png

Maybe the final solution is to set up a private pool?

Who knows the quickest  way to set up a pool with windows wallet.Because solo only works several minutes right after launching.



Title: Re: Problems when solomine with home rigs and remote rigs together.Need help!
Post by: Elun on June 05, 2014, 03:17:06 AM
Who knows the quickest  way to set up a pool with windows wallet.Because solo only works several minutes right after launching.
Example for vertcoin here:
http://coingolem.com/how-to-setup-your-own-p2pool-node-windows-212/


Title: Re: Problems when solomine with home rigs and remote rigs together.Need help!
Post by: sammy007 on June 06, 2014, 04:29:12 PM
If there is a lot of rigs you have to set: rpcthreads=150 or more in config file.