3.770Mh/s
WU: 0.052/m
This has been about the same no mater which distro of sgminer, which kernel, or which conf file I've tried. It is only resulting in pennies per day ($USD). Can anyone tell me what I'm doing wrong here??
Here's the conf file I'm using:
{
"pools" : [
{
"url" : "stratum+tcp://us-west2.multipool.us:11111",
"user" : "user",
"pass" : "pass",
"kernel" : "darkcoin-mod"
},
{
"url" : "stratum+tcp://us-west.multipool.us:11111",
"user" : "user",
"pass" : "pass",
"kernel" : "darkcoin-mod"
}
]
,
"intensity" : "18",
"worksize" : "256",
"algorithm" : "darkcoin-mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-threads" : "2",
"gpu-engine" : "1155",
"gpu-fan" : "65-85",
"gpu-memclock" : "1800",
"gpu-powertune" : "0",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "65",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "1",
"device" : "0",
"log" : "5",
"no-pool-disable" : true,
"no-client-reconnect" : true,
"queue" : "1",
"scan-time" : "60",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}