Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save plasticbrain/8530970 to your computer and use it in GitHub Desktop.
cgminer.conf for Asus HD7870 GHz Edition. 400-405 kh/s, ~380/m WU
{
"pools" : [
{
"url" : "",
"user" : "",
"pass" : ""
},
{
"url" : "",
"user" : "",
"pass" : ""
}
],
"intensity" : "20,20,20",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "14800,14800,14800",
"gpu-engine" : "960,960,960",
"gpu-fan" : "95,95,95",
"gpu-memclock" : "1375,1375,1375",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "20,20,20",
"gpu-vddc" : "0.000,0.000,0.000",
"no-submit-stale" : true,
"temp-cutoff" : "99,99,99",
"temp-overheat" : "95,95,95",
"temp-target" : "90,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" : "4028",
"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