Hi Badman I've been trying to get my 6 290x working with your configs and your development miner but haven't had any luck. I keep getting "clSetKernelArg" errors as you can see in the image. Also notice the numbering of the devices when the error occurs. GPU 1,2,4,5,4,5 ? GPU 0 and 3 had the clSetKernelArg errors.
Here are the configs I'm using:
sgminer.conf
{
"pools" : [
{
"name" : "NiceHash x15 Multi",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "x",
"pass" : "d=0.16;f0=5.88;f2=2.88;f3=32;f4=24;f5=2880;f6=21.6;f7=99.6",
"profile" : "x15"
},
{
"name" : "NiceHash x13 Multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "x",
"pass" : "d=0.16;f0=5.88;f2=2.88;f3=32;f4=24;f5=2880;f6=21.6;f7=99.6",
"profile" : "x13"
},
{
"name" : "NiceHash x11 Multi",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "x",
"pass" : "d=0.16;f0=5.88;f2=2.88;f3=32;f4=24;f5=2880;f6=21.6;f7=99.6",
"profile" : "x11"
},
{
"name" : "NiceHash nist5 Multi",
"url" : "stratum+tcp://stratum.nicehash.com:4340",
"user" : "x",
"pass" : "d=0.16;f0=5.88;f2=2.88;f3=32;f4=24;f5=2880;f6=21.6;f7=99.6",
"profile" : "nist5"
},
{
"name" : "NiceHash keccak Multi",
"url" : "stratum+tcp://stratum.nicehash.com:4338",
"user" : "x",
"pass" : "d=1024;f0=5.88;f2=2.88;f3=32;f4=24;f5=2880;f6=21.6;f7=99.6",
"profile" : "keccak"
},
{
"name" : "NiceHash nscrypt Multi",
"url" : "stratum+tcp://stratum.nicehash.com:4335",
"user" : "x",
"pass" : "d=512;f0=5.88;f2=2.88;f3=32;f4=24;f5=2880;f6=21.6;f7=99.6",
"profile" : "scrypt",
"state" : "disabled"
},
{
"name" : "NiceHash scrypt Multi",
"url" : "stratum+tcp://stratum.nicehash.com:4333",
"user" : "x",
"pass" : "d=2048;f0=5.88;f2=2.88;f3=32;f4=24;f5=2880;f6=21.6;f7=99.6",
"profile" : "scrypt",
"state" : "disabled"
},
{
"name" : "NiceHash x15 Multi Failover",
"url" : "stratum+tcp://stratum.nicehash.com:3339",
"user" : "x",
"pass" : "x",
"profile" : "x15"
},
{
"name" : "NiceHash x13 Multi Failover",
"url" : "stratum+tcp://stratum.nicehash.com:3337",
"user" : "19AdJ7ntDga744YSZAYuNZutWSDBcfGE36",
"pass" : "x",
"profile" : "x13"
},
{
"name" : "NiceHash x11 Multi Failover",
"url" : "stratum+tcp://stratum.nicehash.com:3336",
"user" : "x",
"pass" : "x",
"profile" : "x11"
},
{
"name" : "NiceHash Keccak Multi Failover",
"url" : "stratum+tcp://stratum.nicehash.com:3338",
"user" : "x",
"pass" : "x",
"profile" : "keccak"
},
{
"name" : "NiceHash Nist5 Multi Failover",
"url" : "stratum+tcp://stratum.nicehash.com:3340",
"user" : "x",
"pass" : "x",
"profile" : "nist5"
}
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"gpu-threads" : "1",
"gpu-platform" : "1",
"gpu-reorder" : true,
"temp-target" : "78",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"include" : "profiles.conf"
}
and profiles.conf
{
"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"xintensity" : "64",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"xintensity" : "51",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "x15",
"algorithm" : "bitblock",
"xintensity" : "51",
"gpu-threads" : "2",
"worksize": "64"
},
{
"name" : "nist5",
"algorithm" : "talkcoin-mod",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "64"
}
],
"default-profile": "x11",
"hamsi-expand-big" : "7",
"hamsi-short" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
"shaders" : "2816",
"gpu-fan" : "50-100",
"gpu-powertune" : "0",
"gpu-engine" : "0",
"gpu-memclock" : "0",
"gpu-vddc" : "0",
"auto-fan" : true,
"failover-only" : true,
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : false,
"no-restart" : true,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true,
"extranonce-subscription" : true
}
It's basically Bullus's configs with some minor changes like default clocks. On a whim I just changed algorithm to kernel like lsss did and the 6 cards started mining with no clSetKernelArg errors. Though the driver crashed pretty quickly, but that may be due to using Stilt's bios and not adjusting the voltage yet. Any ideas on what's going wrong?