Anyone able to help me out here. Long story short, my config has somehow gotten messed up. I was running this before with my R9 290s getting 420 each, not it crashes when I launch vertminer. It's isnt my system as cgminer is running fine at 875khs. Any help would be AMAZING!
{
"pools" : [
{
"url" : "vtc.give-me-coins.com:3337",
"user" : "username",
"pass" : "x"
}
]
,
"intensity" : "19, 20, 20, 20, 19",
"vectors" : "1",
"worksize" : "256",
"gpu-engine" : "1000",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-vddc" : "1.049",
"thread-concurrency" : "24550",
"shaders" : "0",
"gpu-powertune" : "20",
"gpu-threads" : "1",
"no-pool-disable" : true,
"scrypt-vert" : true,
"temp-cutoff" : "92",
"temp-overheat" : "85",
"temp-target" : "80",
"auto-fan" : true,
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"kernel-path" : "/usr/local/bin"
}
You can troubleshoot by first by setting intensity to 13, and leaving gpu-engine, gpu-memclock, gpu-powertune, gpu-vddc, thread-concurrency out (ie remove those lines). Run vertminer with this barebone config and vertminer will generate a file scrypt140121Tahitiglg2tc-something-.bin That tc-something will show you a suitable thread-concurrency which you can use. Run vertminer. If it works, bring in other config gpu-engine, gpu-memclock etc one-by-one and run vertminer. You can then figure out which config line is causing you problem.