Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
semajjames
on 26/11/2014, 14:27:39 UTC
Hi,

I'm using the multi-multi port of "mytradebit".
The only thing is, if it switches to neoscrypt.
My videocard freezes.
What did i do wrong ?

Code:
{
  "pools": [
    {
      "name": "TMB_Multi-Multi_X11",
      "url": "stratum+tcp://am01.eu.trademybit.com:4010",
      "algorithm": "darkcoin-mod",
      "intensity": "13",
      "user": "yuckotheclown80.multimulti",
      "pass": "x"
    },
    {
      "name": "TMB_Multi-Multi_X13",
      "url": "stratum+tcp://am01.eu.trademybit.com:4011",
      "algorithm": "marucoin",
      "intensity": "13",
      "user": "yuckotheclown80.multimulti",
      "pass": "x"
    },
    {
      "name": "TMB_Multi-Multi_X15",
      "url": "stratum+tcp://am01.eu.trademybit.com:4012",
      "algorithm": "bitblock",
      "intensity": "13",
      "user": "yuckotheclown80.multimulti",
      "pass": "x"
    },
    {
      "name": "TMB_Multi-Multi_NIST5",
      "url": "stratum+tcp://am01.eu.trademybit.com:4013",
      "algorithm": "talkcoin-mod",
      "intensity": "13",
      "user": "yuckotheclown80.multimulti",
      "pass": "x"
    },
    {
      "name": "TMB_Multi-Multi_NEO",
      "url": "stratum+tcp://east01.us.trademybit.com:4014",
      "algorithm": "neoscrypt",
      "intensity": "13",
      "user": "yuckotheclown80.multimulti",
      "pass": "x"
    },
    {
      "name": "TMB_X11_Backup_East",
      "url": "stratum+tcp://east01.us.trademybit.com:4440",
      "algorithm": "darkcoin-mod",
      "intensity": "13",
      "user": "yuckotheclown80.multimulti",
      "pass": "x"
    },
    {
      "name": "TMB_X11_Backup_West",
      "url": "stratum+tcp://west01.us.trademybit.com:4440",
      "algorithm": "darkcoin-mod",
      "intensity": "13",
      "user": "yuckotheclown80.multimulti",
      "pass": "x"
    }
  ],
  "profiles": [],
  "failover-only": true,
  "algorithm": "ckolivas",
  "device": "all",
  "lookup-gap": "0",
  "thread-concurrency": "4096",
  "worksize": "256",
  "gpu-threads": "1",
  "temp-cutoff": "95,95",
  "temp-overheat": "85,85",
  "temp-target": "75,75",
  "gpu-memdiff": "0,0",
  "shares": "0",
  "kernel-path": "/usr/i586-mingw32msvc/bin",
  "api-mcast-port": "4028",
  "api-port": "4028",
  "expiry": "28",
  "failover-switch-delay": "60",
  "gpu-dyninterval": "7",
  "gpu-platform": "-1",
  "hamsi-expand-big": "4",
  "log": "5",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "1",
  "scan-time": "7",
  "tcp-keepalive": "30",
  "temp-hysteresis": "3"
}

I'm using AMD XFX HD6570 + AMD APU A6-3650.
- AMD Driver 14.3
- Windows 7 64bit
- SGminer 5.1.0 dev

Thanks for the help.
And my apologies for the bad english.

try a new .config file with ONLY the neoscrypt port

and also try "lookup-gap": "2",
                 "gpu-platform": "0",