Skip to content

Instantly share code, notes, and snippets.

@swhitt
Created December 11, 2013 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swhitt/7917675 to your computer and use it in GitHub Desktop.
Save swhitt/7917675 to your computer and use it in GitHub Desktop.
cgminer config for litecoins on my 7970
{
"pools" : [
{
"url" : "http://ltc.give-me-coins.com:3333",
"user" : "xx",
"pass" : "xx"
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-engine" : "0-1080",
"gpu-fan" : "0-100",
"gpu-memclock" : "1780",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "75",
"temp-target" : "60",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment