Anyone here successfully run this on PIMP/BAMT? I've been trying in the past weeks without success. All I get are HW errors and 100% rejects (share above target).
Here is how I compile:
Here is my config for 280x and 7950. Both give those errors:
{
"pools": [
{
"name" : "NiceHash_X11_auto-switch",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "MyBTCAddress",
"pass" : "f0=0;f2=0;f3=4;f4=3;f5=0",
"pool-nfactor" : "10",
"pool-algorithm" : "darkcoin-mod"
},
{
"name" : "NiceHash_X13_auto-switch",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "MyBTCAddress",
"pass" : "f0=0;f2=0;f3=4;f4=3;f5=0",
"pool-nfactor" : "10",
"pool-algorithm" : "marucoin-mod"
},
{
"name" : "Flashcoin",
"url" : "stratum+tcp://east1.us.stratum.dedicatedpool.com:7011",
"user" : "Someone.1",
"pass" : "x",
"pool-nfactor" : "10",
"pool-algorithm" : "marucoin-mod"
}
],
"auto-fan": true,
"gpu-fan": "50-85",
"temp-cutoff": "95",
"temp-overheat": "85",
"temp-target": "75",
"worksize": "256",
"intensity": "13",
"gpu-threads" : "2",
"gpu-engine": "1000",
"gpu-memclock": "1250",
"thread-concurrency": "8193",
"api-port": "4028",
"api-listen": true,
"api-allow": "W:127.0.0.1",
"failover-only" : true,
"no-pool-disable": true,
"no-submit-stale" : true,
"queue": "0",
"kernel-path": "/usr/local/bin"
}
Changing "pool-algorithm" value to x11mod or x13mod doesn't help at all. Please someone tell me what am I doing wrong?