Bitcoin Forum
July 08, 2024, 01:55:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner on: June 21, 2014, 09:22:07 PM
Quote
Quote
ok but why did you change "pool-thread-concurrency" : "20481" when it was said you need to get rid of "pool-gpu-threads" and just set "gpu-threads" in the global section
LOL, I had wondered this too.

DUH, thanks Smiley  Totally misread the suggestion.  I'll try this.

That's too bad, though.  Hopefully this gets fixed soon.  x11 and x13 are much better with 2-4 threads, whereas Scrypt and Scrypt-N need 1, as everyone knows.
Posted from Bitcointa.lk - #tISNwkrYDnnFhMya
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner on: June 21, 2014, 03:04:14 AM
Try setting the same "pool-gpu-threads" for all pools or remove the "pool-gpu-threads" and set it in the global section..!

No dice.. I set everything to 20481, either in pool settings or globally, and same issue persists.. Sad
Posted from Bitcointa.lk - #WuQoEoVpRzUw1DO8
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner on: June 19, 2014, 08:20:41 AM
Some help here would be greatly appreciated!

Finally got the multi-algo switching working right after much hair pulling, once I realized that a new CGWatcher version was out (auto update didn't pick it up).

However, when sgminer runs with the multi-algo config (both 6/11 and 6/16 builds), after a few minutes, the miner dies saying that GPU0's status is UNKNOWN.  Using a config for a specific algo pool doesn't have this problem.  Starting sgminer via CGWatcher or command line causes the same issue.

Config:
Quote
{
"pools" : [
    {    "name" : "NiceHash_Scrypt",
        "url" : "stratum+tcp://stratum.nicehash.com:4333",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "zuikkis",
        "pool-nfactor" : "10",
        "pool-xintensity" : "400",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "1",
        "pool-thread-concurrency" : "25601"
    },
    {    "name" : "NiceHash_Scrypt-N",
        "url" : "stratum+tcp://stratum.nicehash.com:4335",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "zuikkis",
        "pool-nfactor" : "11",
        "pool-xintensity" : "400",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "1",
        "pool-thread-concurrency" : "20481"
    },
    {    "name" : "NiceHash_x11",
        "url" : "stratum+tcp://stratum.nicehash.com:4336",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "darkcoin-mod",
        "pool-nfactor" : "10",
        "pool-xintensity" : "400",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "4",
        "pool-thread-concurrency" : "25601"
    },
    {    "name" : "NiceHash_x13",
        "url" : "stratum+tcp://stratum.nicehash.com:4337",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "marucoin-mod",
        "pool-nfactor" : "10",
        "pool-xintensity" : "400",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "4",
        "pool-thread-concurrency" : "25601"
    },
    {    "name" : "NiceHash_Keccak",
        "url" : "stratum+tcp://stratum.nicehash.com:4338",
        "user" : "1Jp4cZcpCjQrqkAaPisktfVgU1uHV7uVQc",
        "pass" : "f0=2.4;f2=1.1;f3=10.5;f4=7.5;f5=1200;c0=2.4;c2=2.4;c3=1.4;c4=1.4;c5=1.7",
        "pool-algorithm" : "maxcoin",
        "pool-nfactor" : "10",
        "pool-xintensity" : "300",
        "pool-gpu-engine" : "1000-1000",
        "pool-gpu-memclock" : "1300-1300",
        "pool-gpu-threads" : "1",
        "pool-thread-concurrency" : "25601"
    }
],

"no-submit-stale" : true,
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,

"api-allow" : "W:127.0.0.1",
"api-description" : "m1-multi",
"api-listen" : true,
"api-port" : "4096",

"remove-disabled" : true,

"temp-cutoff" : "95",
"temp-overheat" : "87",
"temp-target" : "80",
"gpu-fan" : "50-100",
"auto-fan" : true,

"lookup-gap" : "2",
"worksize" : "128",
"shaders" : "2560",
"queue" : "1",
"expiry" : "1",
"scan-time" : "1",
"timeout" : "60",
"log" : "5",
"temp-hysteresis" : "3",

"kernel-path" : "/usr/local/bin"
}

Any help greatly appreciated!
Posted from Bitcointa.lk - #A7J23pvPIVJKFWfH
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!