Last active
January 4, 2016 10:59
-
-
Save thekev/8612600 to your computer and use it in GitHub Desktop.
vertminer r9 270
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scrypt" : true, | |
"gpu-threads" : "2", | |
"rawintensity" : "5120", | |
"worksize" : "256", | |
"thread-concurrency" : "8191", | |
"lookup-gap" : "2", | |
"gpu-engine" : "800-1075", | |
"gpu-memclock" : "1250", | |
"gpu-powertune" : "20", |
Lowered memclock, it's way way more stable like this. If you really want to hot-rod, engine 1160 and memclock 1500 will break 500kH, but have fun with the heat, power and crashing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgminer.conf (nfactor branch, or 4.1.1+)
"kernel" : "ckolivas",
"nfactor" : "11",
"xintensity" : "4",
"gpu-threads" : "2",
"worksize" : "256",
"thread-concurrency" : "7039",
"gpu-engine" : "800-1100",
"gpu-fan" : "60-90",
"gpu-memclock" : "1250",
"gpu-powertune" : "20",
"temp-cutoff" : "90",
"temp-overheat" : "80",
"temp-target" : "75",
"temp-hysteresis" : "3",
"auto-fan" : true,
"auto-gpu" : true,