Hey!
can anyone confirm my solo mining is OK, cos I get network diff message after any new block detected. Currently I got 5 rejects and no accepted in 3 hours of mining.
Screenshot of my cgminer:
I run client with
bbqcoin.conf
server=1
rpcuser=user
rpcpassword=pass
rpcallowip=192.168.1.*
rpcport=59332
cgminer.conf
{
"pools" : [
{
"url" : "http://192.168.1.x:59332",
"user" : "user",
"pass" : "pass"
}
]
,
"intensity" : "19",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-engine" : "1155",
"gpu-fan" : "0-65",
"gpu-memclock" : "1420",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
thanks!