Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Created January 20, 2014 22:25
Show Gist options
  • Select an option

  • Save plasticbrain/8530518 to your computer and use it in GitHub Desktop.

Select an option

Save plasticbrain/8530518 to your computer and use it in GitHub Desktop.
cgminer.conf - 2x Gigabyte R9 290x
{
"pools" : [
{
"url" : "",
"user" : "",
"pass" : ""
},
{
"url" : "",
"user" : "",
"pass" : ""
}
],
"no-submit-stale" : true,
"intensity" : "20,20",
"vectors" : "1,1",
"worksize" : "512,512",
"kernel" : "scrypt,scrypt",
"lookup-gap" : "2,2",
"thread-concurrency" : "32765,32765",
"gpu-engine" : "920,920",
"gpu-fan" : "85,85",
"gpu-memclock" : "1500,1500",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "20,30",
"gpu-vddc" : "0.000,1.000",
"temp-cutoff" : "99,99",
"temp-overheat" : "95,95",
"temp-target" : "90,90",
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-port" : "4029",
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:0/0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment