Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
OverEasy
on 02/08/2017, 18:06:57 UTC
Anyone have any tips on how to get SGminer to stop hanging during pool switches?
It doesn't always hang but occasionally does. When it hangs I can't even pkill the process and have to walk to the rig and press the power button.


Ubuntu 16.4
AMD cards
Using https://github.com/tpruvot/sgminer
my conf is -
{
  "pools": [
    {
   "poolname" : "myriadcoin-groestl",
   "url" : "stratum+tcp://hub.miningpoolhub.com:12005",
   "user" : "xxx.Rig3",
   "pass" : "x",
   "algorithm" : "myriadcoin-groestl",
        "intensity": "19"
    }, 
    {
        "poolname":"ethash",
        "url": "us-east.ethash-hub.miningpoolhub.com:12020",
        "user": "xxx.Rig3",
        "pass": "x",
        "algorithm" : "ethash",
        "intensity": "21"
       

    },
    {
      "poolname":"skein",
      "url": "stratum+tcp://hub.miningpoolhub.com:12016",
      "user": "xxx.Rig3",
      "pass": "x",
      "algorithm" : "skein",
      "intensity": "19"

    }
  ],

  "failover-only": true,
  "default-profile": "scrypt",
  "temp-cutoff": "95,95",
  "temp-overheat": "90,90",
  "temp-target": "80,80",
  "gpu-memdiff": "0,0",
  "shares": "0",
  "kernel-path": "/usr/local/bin",
  "api-allow": "W:127.0.0.1",
  "api-listen": true,
  "api-mcast-port": "4028",
  "api-port": "4028",
  "expiry": "1",
  "failover-switch-delay": "30",
  "gpu-dyninterval": "7",
  "gpu-platform": "-1",
  "hamsi-expand-big": "4",
  "log": "5",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "0",
  "scan-time": "1",
  "tcp-keepalive": "30",
  "temp-hysteresis": "3"
}