When mining keccak, I'm getting a lot of stale shares and job not found. Roughly 20% reject rate for keccak. Still submits accepted shares, but tons of stale and not found. The rest (scrypt, scrypt-n, x11, and x13) are working great. No problems with Nicehash algo-switching for the last 24 hours using it. Running on Ubuntu 12.04, compiled myself from source. I'm using an ASUS 280x.
{
"pools" : [
{
"poolname" : "NiceHash-Scrypt",
"url" : "stratum+tcp://stratum.nicehash.com:4333",
"user" : "BTCaddress",
"pass" : "d=64",
"pool-thread-concurrency" : "8192",
"pool-algorithm" : "zuikkis",
"pool-intensity" : "13",
"pool-gpu-engine" : "1100",
"pool-gpu-memclock" : "1500"
},
{
"poolname" : "NiceHash-Scrypt-N",
"url" : "stratum+tcp://stratum.nicehash.com:4335",
"user" : "BTCaddress",
"pass" : "d=64",
"pool-thread-concurrency" : "8192",
"pool-nfactor" : "11",
"pool-algorithm" : "zuikkis",
"pool-intensity" : "13",
"pool-gpu-engine" : "1080",
"pool-gpu-memclock" : "1500"
},
{
"poolname" : "NiceHash-X11",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "BTCaddress",
"pass" : "d=0.008",
"pool-thread-concurrency" : "8192",
"pool-algorithm" : "darkcoin-mod",
"pool-intensity" : "13",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "1500"
},
{
"poolname" : "NiceHash-X13",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "BTCaddress",
"pass" : "d=0.008",
"pool-thread-concurrency" : "262144",
"pool-algorithm" : "marucoin-mod",
"pool-intensity" : "18",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "1500"
},
{
"poolname" : "NiceHash-Keccak",
"url" : "stratum+tcp://stratum.nicehash.com:4338",
"user" : "BTCaddress",
"pass" : "d=64",
"pool-thread-concurrency" : "16384",
"pool-algorithm" : "maxcoin",
"pool-intensity" : "14",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "1500"
},
{
"poolname" : "TradeMyBit",
"url" : "stratum+tcp://east01.us.trademybit.com:4440",
"user" : "worker",
"pass" : "1234",
"pool-thread-concurrency" : "8192",
"pool-algorithm" : "darkcoin-mod",
"pool-intensity" : "13",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "1500"
}
]
,
"xintensity" : "0",
"rawintensity" : "0",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-fan" : "30-85",
"gpu-memdiff" : "0",
"gpu-powertune" : "-20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "72",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"api-allow" : "W:127.0.0.1",
"auto-fan" : true,
"auto-gpu" : false,
"expiry" : "1",
"failover-switch-delay" : "30",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : false,
"queue" : "1",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"failover-only" : true,
"kernel-path" : "/home/user/Downloads/sgminer-5_0/kernel"
}