Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
jonjakejingle
on 11/06/2014, 16:36:27 UTC
Done, with the same result. Here's the updated config:

Code:
{
"pools" : [{
"name" : "x13",
"url" : "stratum+tcp://east02.us.trademybit.com:5550",
"user" : "x.x",
"pass" : "x.x!",
"algorithm" : "marucoin-mod"
},
{
"name" : "x11",
"url" : "stratum+tcp://east02.us.trademybit.com:4440",
"user" : "x.x",
"pass" : "x.x!",
"algorithm" : "darkcoin-mod"
}],



"api-listen" : true,
"api-network" : true,
"api-allow" : "W:192.168.1.0/24",

"lookup-gap" : "2",
"gpu-powertune" : "20",
"worksize" : "256",

"temp-overheat" : "90",
"temp-cutoff" : "94",

"log": "5",

"gpu-fan" : "70",
"gpu-engine" : "1070",
"gpu-memclock" : "1250",
"intensity" : "19",
"gpu-memdiff" : "0",
"gpu-threads" : "1",
"thread-concurrency" : "24000"
}

And here's another view of the output (using -T to see difft output):
http://www.otleylogic.com/screenshots/Screen%20Shot%202014-06-11%20at%2011.35.54%20AM-bCcUVfKSax.png

I'm appreciating your help sofar.

EDIT: Same results after removing "pool-priority".