Hey guys. I have 4 280x running on phm sgminer 4.1 Yesterday I had about 8.2MH/s and I had to restart it this morning and now I'm getting only 7.3MH/s I can't seem to get it back to what it was. Anyone happen to know what I am doing wrong? Thank you.
With 4 280x, you should be squeezing 8.75 MH/s. Delete the bin file in sgminer directory, apply the following config and reboot (reboot mandatory to reset in your case).
{
"pools" : [
{
"url" : "http://darckcoin.mine.nu:6903",
"user" : "yourDarkCoinWalletAddress",
"pass" : "password",
"pool-priority" : "0"
},
{
"url" : "http://54.186.8.140:7903",
"user" : "yourDarkCoinWalletAddress",
"pass" : "password",
"pool-priority" : "1"
}
]
,
"temp-cutoff" : "95,95,95,95",
"temp-target" : "75,75,75,75",
"intensity" : "13,13,13,13",
"vectors" : "1,1,1,1",
"worksize" : "256,256,256,256",
"kernel" : "darkcoin,darkcoin,darkcoin,darkcoin",
"lookup-gap" : "2,2,2,2",
"thread-concurrency" : "8192,8192,8192,8192",
"shaders" : "0,0,0,0",
"gpu-engine" : "1070,1120,1070,1160",
"gpu-fan" : "30-97,30-97,30-97,30-97",
"gpu-memclock" : "1500,1800,1500,1800",
"temp-overheat" : "85,85,85,85",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"expiry-lp" : "3600",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"queue" : "3",
"scan-time" : "60",
"no-submit-stale" : true,
"failover-only" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/path/to/sgminer"
}
The GPUs farthest from the CPU can be overclocked the highest, of course play with the settings.