Bitcoin Forum
June 27, 2024, 07:02:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: cgminer settings  (Read 2526 times)
bad1990 (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 05, 2014, 03:43:18 AM
 #1

Okay so in use cg miner with a 5870 and have only nodded my .bat file to include thread concurrency of 587000 anyn other suggestions?
cncguitars
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 05, 2014, 03:49:08 AM
 #2

Open notepad and put the following code into it and edit it to your pool and gpu settings. Then save it as cgminer.conf in the same folder as cgminer. All you need to do then is open cgminer.exe and you should be set.

Code:
{
"pools" : [
{
"url" : "stratum+tcp://YOUR POOL:POOL PORT",
"user" : "cncguitars.1",
"pass" : "x"
}
]
,
"intensity" : "19",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "5824",
"shaders" : "0",
"gpu-engine" : "780",
"gpu-fan" : "0-85",
"gpu-memclock" : "1180",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "1.088",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

Hope this helps.
ab_d
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 05, 2014, 05:47:35 AM
 #3

Yes, 5824 sounds like a better TC to use with a 5870. But you could go up to 7500 or 8000.
Also you can try lowering scan-time from 60.

Once you have that working you can add additional pools to your cgminer.conf file. So if your main pool goes down you will automatically mine at a backup pool.
bad1990 (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 05, 2014, 06:37:35 AM
 #4

Showing my H/W :6 which is hardware eorrors right andnit just keeps going up at 10 now
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!