Skip to content

Instantly share code, notes, and snippets.

@paitonic
Created February 7, 2015 12:10
Show Gist options
  • Save paitonic/3cfc2650ddea9981e622 to your computer and use it in GitHub Desktop.
Save paitonic/3cfc2650ddea9981e622 to your computer and use it in GitHub Desktop.
configuration for 7950 2x7850 mining litecoin setup
{
"pools" : [
{
"url" : "POOL_URL",
"user" : "USER",
"pass" : "PASS"
}
]
,
"intensity" : "18,17,17",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "22400,8192,8192",
"shaders" : "0,0,0",
"gpu-engine" : "950,1000,1000",
"gpu-fan" : "85-85,85-85,85-85",
"gpu-memclock" : "1375,1250,1250",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"api-port" : "4028",
"api-listen" : true,
"api-allow" : "W:127.0.0.1",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"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