Bitcoin Forum
May 28, 2024, 11:55:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to solo mine with multiple workers  (Read 856 times)
Kirsa (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 22, 2013, 01:02:33 AM
 #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?
Dimitry123
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
December 22, 2013, 03:40:05 AM
 #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.*)
 
EnriqueGood
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 22, 2013, 04:40:14 AM
 #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"
}
cryptocleaner
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
December 22, 2013, 10:03:37 PM
 #4

listen=0
maybe listen=1 ?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!