Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
reza_abay
on 03/08/2014, 08:37:41 UTC
I have 5970 ati card tired with any sgminer 5 version only work with darkcoin.cl marucoin.cl kernel and crash my driver with darkcoin-mod , marucoin-modold , talkcoin-mod.cl , bitblockold.cl.

here work fine with darkcoin.cl kernel in sgminer5.conf file



here work with darkcoin-mod.cl kernel and crash my driver





here work with sgminer 4.0.1 with x11mod.cl kernel work fine and my hash beter than darkcoin.cl kernel but i wana switch between algoritm with mod kernel.
work good with x11mod,x13modold,nist5mod kernel



sgminer5.conf f

Code:
{
  "pools": [
  {
"name" : "NH NIST5 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4340",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "NIST5"
},
  {
"name" : "NH x13 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x13"
},
{
"name" : "NH x11 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x11"
},
{
"name" : "NH x15 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x15"
},
  {
"name" : "NH NIST5 f",
"url" : "stratum+tcp://stratum.nicehash.com:3340",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "NIST5"
},
{
"name" : "NH x13 f",
"url" : "stratum+tcp://stratum.nicehash.com:3337",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x13"
},
{
"name" : "NH x11 f",
"url" : "stratum+tcp://stratum.nicehash.com:3336",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x11"
},
{
"name" : "NH x15 f",
"url" : "stratum+tcp://stratum.nicehash.com:3339",
"user" : "btc adress",
"pass" : "f0=0;f2=0;f3=5.50;f4=4.00;f5=0;f6=3.50;f7=16.00",
"profile" : "x15"
},
{
"name" : "WF x11 f",
"url" : "stratum+tcp://sea.wafflepool.com:3331",
"user" : "btc adress",
"pass" : "d=0.32",
"profile" : "x11"
}



  ],
  "profiles": [
    {
      "name": "x15",
      "algorithm": "bitblockold",
      "intensity": "15",
      "worksize": "64",
      "gpu-engine": "725,725",
      "gpu-memclock" : "1000,1000",
      "gpu-threads": "2",
      "gpu-fan": "60,60"
    },
    {
      "name": "x13",
      "algorithm": "marucoin-modold",
      "intensity": "15",
      "worksize": "64",
      "gpu-engine": "725,725",
      "gpu-memclock" : "1000,1000",
      "gpu-threads": "2",
      "gpu-fan": "60,60"
    },
    {
      "name": "x11",
      "algorithm": "darkcoin",
      "intensity": "15",
      "worksize": "64",
      "gpu-engine": "725,725",
      "gpu-memclock" : "1000,1000",
      "gpu-threads": "2",
      "gpu-fan": "60,60"
    }
  ],
  "failover-only": true,
  "gpu-vddc" : "1.050,1.050",
  "gpu-powertune" : "0",
  "temp-cutoff": "95",
  "temp-overheat": "90",
  "temp-target": "80",
  "auto-fan" : true,
  "auto-gpu" : true,
  "gpu-memdiff": "0",
  "shares": "0",
  "kernel-path": "/usr/local/bin",
  "api-allow": "W:127.0.0.1,192.168.1.4",
  "api-listen": true,
  "api-mcast-port": "4028",
  "api-port": "4028",
  "hotplug" : "5",
  "expiry": "1",
  "failover-switch-delay": "60",
  "gpu-dyninterval": "7",
  "gpu-platform": "-1",
  "hamsi-expand-big": "1",
  "log": "5",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "0",
  "scan-time": "1",
  "no-submit-stale" : true,
  "no-restart" : true,
  "failover-switch-delay" : "30",
  "show-coindiff" : true,
  "extranonce-subscription" : true,
  "tcp-keepalive": "30",
  "temp-hysteresis": "3"
}