Author

Topic: How to solo mine with multiple workers (Read 876 times)

newbie
Activity: 21
Merit: 0
newbie
Activity: 23
Merit: 0
December 21, 2013, 11:40:14 PM
#3
*coin.conf

rpcuser=1
rpcpassword=2
rpcport=9322
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
rpcallowip=**


cg.conf

{
"pools" : [
        {
                "url" : "http://127.0.0.1:9322",
      "user" : "1",
      "pass" : "2"
        }

]
,
"intensity" : "16",
"vectors" : "1",
"worksize" : "384",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "1120",
"gpu-engine" : "900",
"gpu-memclock" : "1050",
"gpu-threads" : "1",
"gpu-fan" : "70",
"gpu-powertune" : "0",
"gpu-vddc" : "0",
"auto-fan" : true,
"auto-gpu" : true,
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
newbie
Activity: 16
Merit: 0
December 21, 2013, 10:40:05 PM
#2
rpcuser=**user**
rpcpassword=**psw**
rpcport=9322
daemon=1
server=1
gen=0
testnet=0
listen=0
maxconnections=100
rpcallowip=**a pc IP where your wallet on** (such as 192.168.1.*)
 
newbie
Activity: 2
Merit: 0
December 21, 2013, 08:02:33 PM
#1
How must I configure the  "****coin.conf" file if I want to use multiple computers and workers.
I have one rpcuser but how I descfribe rest of the computers?
Jump to: