Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
mannyg
on 10/06/2014, 22:01:06 UTC
Problem I have now is they are all dead.

0: Enabled   Dead Quota 1  Prio 0 'NiceHash_Scrypt'  User:1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er
1: Enabled   Dead Quota 1  Prio 1 'NiceHash_Scrypt-N'  User:1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er
2: Enabled   Dead Quota 1  Prio 2 'NiceHash_X11'  User:1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er
3: Enabled   Dead Quota 1  Prio 3 'NiceHash_X13'  User:1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er
4: Enabled   Dead Quota 1  Prio 4 'NiceHash_Keccak'  User:1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er
5: Enabled   Dead Quota 1  Prio 5 'NiceHashScrypt_Backup'  User:1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er
6: Enabled   Alive Quota 1  Prio 6 'iPOMiner'  User:Adzomatic.GPU1

Current pool management strategy: Failover

I can get NiceHash_Scrypt to work but only on port :3333
Any thoughts
Code:
{
    "pools": [
        {
            "name": "NiceHash_Scrypt",
            "url": "stratum+tcp://stratum.nicehash.com:3333",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9e",
            "pass": "d=64",
            "pool-algorithm": "zuikkis",
            "pool-nfactor": "10",
            "pool-intensity": "15",
            "pool-thread-concurrency": "8192"
        },
        {
            "name": "NiceHash_Scrypt-N",
            "url": "stratum+tcp://stratum.nicehash.com:4335",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "x",
            "pool-algorithm": "zuikkis",
            "pool-nfactor": "11",
            "pool-intensity": "15",
            "pool-thread-concurrency": "8192"
        },
        {
            "name": "NiceHash_X11",
            "url": "stratum+tcp://stratum.nicehash.com:4336",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "x",
            "pool-algorithm": "darkcoin-mod",
            "pool-nfactor": "10",
            "pool-intensity": "17",
            "pool-thread-concurrency": "8192"
        },
        {
            "name": "NiceHash_X13",
            "url": "stratum+tcp://stratum.nicehash.com:4337",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "x",
            "pool-algorithm": "marucoin-mod",
            "pool-nfactor": "10",
            "pool-intensity": "16",
            "pool-thread-concurrency": "8192"
        },
        {
            "name": "NiceHash_Keccak",
            "url": "stratum+tcp://stratum.nicehash.com:4338",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "x",
            "pool-algorithm": "maxcoin",
            "pool-nfactor": "10",
            "pool-intensity": "18",
            "pool-thread-concurrency": "8192"
        },
        {
            "name": "NiceHashScrypt_Backup",
            "url": "stratum+tcp://stratum.nicehash.com:4333",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "d=64",
            "pool-algorithm": "zuikkis",
            "pool-nfactor": "10",
            "pool-gpu-engine": "900",
            "pool-gpu-memclock": "900",
            "pool-intensity": "15",
            "pool-thread-concurrency": "8192"
        },
        {
            "name": "iPOMiner",
            "url": "stratum+tcp://pool.ipominer.com:3336",
            "user": "Adzomatic.GPU1",
            "pass": "x",
            "pool-algorithm": "marucoin-mod",
            "pool-nfactor": "10",
            "pool-gpu-engine": "900",
            "pool-gpu-memclock": "900",
            "pool-intensity": "16",
            "pool-thread-concurrency": "8192"
        }
    ],
    "intensity": "16",
    "vectors": "1",
    "kernel": "zuikkis",
    "lookup-gap": "2",
    "thread-concurrency": "8192",
    "gpu-engine": "900",
    "gpu-memclock": "900",
    "gpu-fan": "0-95",
    "gpu-powertune": "20",
    "auto-fan": true,
    "auto-gpu": true,
    "log": "5",
    "log-dateformat": "1",
    "failover-only": true,
    "failover-switch-delay": "30",
    "tcp-keepalive": "30",
    "temp-hysteresis": "3",
    "no-pool-disable": true,
    "scrypt": true,
    "queue": "1",
    "scan-time": "7",
    "expiry": "28",
    "api-listen": true,
    "api-mcast-port": "4028",
    "api-port": "4001",
    "api-allow": "W: 127.0.0.1"
}

Why is your memclock so low? 900 is pretty low even for the lowest end cards out there, you may need to raise that to something between 1200 & 1600 or so depending on your GPU