started up the miners again. nothing is working, what am i missing or what has changed with simply turning this back on and mining?...
the usual cgminer kalroth for keccak and the new sgminer5558, loaded the old usual .conf and refuses to work.
-rejected (low difficulty...)
-stale share
-does not report to mining pool site
also tried this in .bat -> cgminer.exe --no-submit-stale -o stratum+tcp://hub.miningpoolhub.com:20461 -u XXX -pXXX -I 14 (ends up using phatk.cl)
sgminer.exe " same "
this is in the .conf
{
"pools" : [
{
"url" : "stratum+tcp://hub.miningpoolhub.com:20461",
"user" : "XXX",
"pass" : "XXX"
}
]
,
"xintensity" : "18,18",
"worksize" : "256,256",
"kernel" : "keccak,keccak",
"lookup-gap" : "2,2",
"thread-concurrency" : "24893,24893",
"shaders" : "0,0",
"gpu-threads" : "2,2",
"gpu-engine" : "1070-1070,1070-1070",
"gpu-fan" : "0-85,0-85",
"gpu-memclock" : "1494,1494",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"gpu-vddc" : "1.175,1.175",
"temp-cutoff" : "80,80",
"temp-overheat" : "75,75",
"temp-target" : "66,66",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "30",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "2",
"scan-time" : "60",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"device" : "0,1"
}