using cgminer 3.72 with these settings
-I 13 -g 2 --gpu-engine 1000 --gpu-memclock 1250 --thread-concurrency 8192 --gpu-fan 85
right now those settings only are getting me 513kh per card. i know these get 800kh out the box so its gotta be a settings issue.
also if i close cgminer windows crashes with a bluescreen and restarts the computer, but as long as i dont close it it is up and mining.
if i increase the intensity i get all HW errors.
any help is greatly appreciated
make a cgminer.conf and paste the config below:
If you have hynix memory use this change pools obviously
{
"pools" : [
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "tabakerica.smos",
"pass" : "123"
},
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "tabakerica.smos1",
"pass" : "123"
},
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "tabakerica.smos2",
"pass" : "123"
},
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "tabakerica.smos3",
"pass" : "123"
}
],
"api-listen" : true,
"intensity" : "20",
"vectors" : "1",
"worksize" : "512",
"kernel" : "scrypt",
"auto-fan" : true,
"temp-cutoff" : "85",
"temp-overheat" : "75",
"temp-target" : "70",
"expiry" : "30",
"gpu-dyninterval" : "7",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"shaders" : "2560",
"thread-concurrency" : "25599",
"gpu-thread" : "1",
"gpu-engine" : "1045",
"sharethreads" : "32",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1250"
}
Elpida Ram use :
{
"pools" : [
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "tabakerica.smos",
"pass" : "123"
},
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "tabakerica.smos1",
"pass" : "123"
},
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "tabakerica.smos2",
"pass" : "123"
},
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "tabakerica.smos3",
"pass" : "123"
}
],
"api-listen" : true,
"intensity" : "20",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"gpu-fan" : "75",
"temp-cutoff" : "98",
"temp-overheat" : "96",
"temp-target" : "90",
"expiry" : "30",
"gpu-dyninterval" : "7",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"shaders" : "1792",
"thread-concurrency" : "24500",
"gpu-thread" : "1",
"gpu-engine" : "1000",
"sharethreads" : "32",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1500"
}