Bitcoin Forum
June 20, 2024, 04:13:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Cgminer .conf file  (Read 9120 times)
tomthgrk (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 29, 2014, 08:01:57 PM
 #1

Could some post here an example of a cgminer .conf file?

thanks
sameev29
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 29, 2014, 08:08:41 PM
 #2

I use these setting with my Sapphire 280X:


{
"pools" : [
   {
      "url" : "",
      "user" : "",
      "pass" : ""
   }
],

"intensity" : "13",
"thread-concurrency" : "11200",
"lookup-gap" : "0",
"worksize" : "256",
"gpu-engine" : "1050",
"gpu-fan" : "0-75",
"gpu-memclock" : "1455",
"gpu-powertune" : "0",
"temp-cutoff" : "83",
"temp-overheat" : "80",
"temp-target" : "70",

"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "2",
"log" : "5",
"queue" : "4",
"scan-time" : "40",
"temp-hysteresis" : "3",
"no-submit-stale" : true,

"kernel-path" : "/usr/local/bin"
}
Wusolini
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


no need to carry heavy money bags anymore


View Profile
January 29, 2014, 09:20:20 PM
 #3

this one I use for HD 7850 (scrypt)

you can add more pools for easy


Code:
{
"pools" : [
{
"url" : "stratum+tcp://middlecoin.com:3333",
"user" : "aaabbb",
"pass" : "x"
},
{
"url" : "stratum+tcp://eu.multipool.us:7777",
"user" : "aabbcc",
"pass" : "x"
}



]
,

"intensity" : "15",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "8192",
"shaders" : "1024",
"gpu-engine" : "950",
"gpu-fan" : "0-85",
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "72",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "5",                                                                                                                           
"scrypt" : true,                                                                                                                             
"temp-hysteresis" : "3",                                                                                                                     
"shares" : "0",                                                                                                                             
"kernel-path" : "/opt/cgminer/bin"
}

tomthgrk (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 30, 2014, 08:10:01 AM
 #4

thanks a lot
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!