Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
Adz
on 24/06/2014, 08:33:41 UTC

i used profiles earlier, but cgwatcher REALY didnt like it hehe.

Same here cgwatcher boms out when using profiles but running sgminer
outside of cgwatcher is working fine for me now using pools and profiles

Code:
{
    "profiles": [
        {
            "name": "X13",
            "algorithm": "marucoin-mod",
            "nfactor": "10",
            "intensity": "17"
        },
        {
            "name": "X11",
            "algorithm": "darkcoin-mod",
            "nfactor": "10",
            "intensity": "18"
        },
        {
            "name": "Scrypt",
            "algorithm": "zuikkis",
            "intensity": "15",
            "nfactor": "10"
        },
        {
            "name": "Scrypt-N",
            "algorithm": "zuikkis",
            "intensity": "15",
            "nfactor": "11"
        },
        {
            "name": "X13_Backup",
            "algorithm": "marucoin-mod",
            "nfactor": "10",
            "intensity": "17"
        },
        {
            "name": "ipominer",
            "algorithm": "marucoin-mod",
            "intensity": "17",
            "nfactor": "10"
        }
    ],
    "pools": [
        {
            "name": "NiceHash_X13_multi",
            "url": "stratum+tcp://stratum.nicehash.com:4337",
            "user": "BTCAdd",
            "pass": "d=0.005;f0=1;f2=.5;f3=6.6;f4=5;f5=0",
            "profile": "X13"
        },
        {
            "name": "NiceHash_X11_multi",
            "url": "stratum+tcp://stratum.nicehash.com:4336",
            "user": "BTCAdd",
            "pass": "d=0.005;f0=1;f2=.5;f3=6.6;f4=5;f5=0",
            "profile": "X11"
        },
        {
            "name": "NiceHash_Scrypt_multi",
            "url": "stratum+tcp://stratum.nicehash.com:4333",
            "user": "BTCAdd",
            "pass": "d=32;f0=1;f2=.5;f3=6.6;f4=5;f5=0",
            "profile": "Scrypt"
        },
        {
            "name": "NiceHash_Scrypt_N_multi",
            "url": "stratum+tcp://stratum.nicehash.com:4335",
            "user": "BTCAdd",
            "pass": "d=32;f0=1;f2=.5;f3=6.6;f4=5;f5=0",
            "profile": "Scrypt-N"
        },
        {
            "name": "NiceHash_X13_multi_Backup",
            "url": "stratum+tcp://stratum.nicehash.com:3337",
            "user": "BTCAdd",
            "pass": "d=0.005;f0=1;f2=.5;f3=6.6;f4=5;f5=0",
            "profile": "X13_Backup"
        },
        {
            "name": "iPOMiner_multi",
            "url": "stratum+tcp://pool.ipominer.com:3336",
            "user": "Adzomatic.GPU2",
            "pass": "x",
            "profile": "ipominer"
        }
    ],
    "default-profile": "X11",
    "hamsi-expand-big" : "1",
    "intensity": "18",
    "vectors": "1",
    "algorithm": "marucoin-mod",
    "lookup-gap": "2",
    "thread-concurrency": "8000",
    "gpu-engine": "925",
    "gpu-memclock": "926",
    "shaders": "512",
    "gpu-threads": "2",
    "gpu-fan": "0-0",
    "gpu-powertune": "20",
    "log": "5",
    "log-dateformat": "1",
    "failover-only": true,
    "failover-switch-delay": "30",
    "queue": "0",
    "tcp-keepalive": "30",
    "temp-hysteresis": "3",
    "no-pool-disable": true,
    "scrypt": true,
    "scan-time": "7",
    "expiry": "28",
    "api-listen": true,
    "api-mcast-port": "4028",
    "api-port": "4001",
    "api-allow": "W: 127.0.0.1"
}

AUTO Switching on my piss weak rig is now working a charm