Just wondering if someone has come across this. Middlecoin went to shite today so Im switching my massive 2MHs to cach coin. It appears to be hashing at full speed but Im getting a 100% reject in cgminer saying (share is above target)
this is my config file. Im using the scrypt-jane 3.7.2 version of cgminer, 3x 7850s in win 8 64 bit
{
"pools" : [
{
"url" : "stratum+tcp://cach.catcoin.cz:3333",
"user" : "madcatdmj.01",
"pass" : "x"
}
]
,
"intensity" : "18,18,18",
"vectors" : "1,1,1",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "2,2,2",
"thread-concurrency" : "8192,8192,8192",
"gpu-engine" : "1100,1100,1100",
"gpu-memclock" : "1250,1250,1250",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388949883",
"kernel-path" : "scrypt-jane"
}
perhaps "kernel" : "scrypt,scrypt,scrypt", should be "kernel" : "scrypt-jane", ?