Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner
by
mannyg
on 10/06/2014, 13:41:40 UTC
this now switches and uses the correct algorithm, but does not change any of the gpu settings such as intensity or engine. any ideas?


EDIT: it will change the intensity and gpu engine if you use the "pool-gpu-engine" and "pool-intensity" paramters instead of "gpu-engine" and "intesnity". does not set the intensity correctly when opening (sets it to Cool unless you switch to another pool and then switch back. setmemclock error listed, but i have my memory set to the same speed for all anyway so i shouldn't need that. after a couple of minutes the miner shuts down and displays a summary of works.

[12:38:26]
Summary of runtime statistics:

[12:38:26] Started at [2014-06-03 12:36:36]
[12:38:26] Runtime: 0 hrs : 0 mins : 48 secs
[12:38:26] Average hashrate: 6.4 Megahash/s
[12:38:26] Solved blocks: 0
[12:38:26] Best share difficulty: 0.057
[12:38:26] Share submissions: 28
[12:38:26] Accepted shares: 28
[12:38:26] Rejected shares: 0
[12:38:26] Accepted difficulty shares: 0
[12:38:26] Rejected difficulty shares: 0
[12:38:26] Reject ratio: 0.0%
[12:38:26] Hardware errors: 0
[12:38:26] Utility (accepted shares / min): 36.69/min
[12:38:26] Work Utility (diff1 shares solved / min): 0.11/min

[12:38:26] Stale submissions discarded due to new blocks: 0
[12:38:26] Unable to get work from server occasions: 0
[12:38:26] Work items generated locally: 50
[12:38:26] Submitting work remotely delay occasions: 0
[12:38:26] New blocks detected on network: 5

Phate

I have this same problem where sgminer shuts down and displays a summary of works. happens every time after 60seconds
Does anyone else have this issue - my code is below - have validated against http://jsonlint.com/ with no problems reported
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",
            "pool-gpu-threads": "2"
        },
        {
            "name": "NiceHash_Scrypt-N",
            "url": "stratum+tcp://stratum.nicehash.com:3335",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "d=64",
            "pool-algorithm": "zuikkis",
            "pool-nfactor": "11",
            "pool-intensity": "15",
            "pool-thread-concurrency": "8192",
            "pool-gpu-threads": "2"
        },
        {
            "name": "NiceHash_X11",
            "url": "stratum+tcp: //stratum.nicehash.com: 3336",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "0.01",
            "pool-algorithm": "darkcoin-mod",
            "pool-nfactor": "10",
            "pool-intensity": "17",
            "pool-thread-concurrency": "8192",
            "pool-gpu-threads": "2"
        },
        {
            "name": "NiceHash_X13",
            "url": "stratum+tcp: //stratum.nicehash.com: 3337",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "0.01",
            "pool-algorithm": "marucoin-mod",
            "pool-nfactor": "10",
            "pool-intensity": "16",
            "pool-thread-concurrency": "8192",
            "pool-gpu-threads": "2"
        },
        {
            "name": "NiceHash_Keccak",
            "url": "stratum+tcp: //stratum.nicehash.com: 3338",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "d=64",
            "pool-algorithm": "maxcoin",
            "pool-nfactor": "10",
            "pool-intensity": "18",
            "pool-thread-concurrency": "8192",
            "pool-gpu-threads": "1"
        },
        {
            "name": "NiceHashScrypt_Backup",
            "url": "stratum+tcp: //stratum.nicehash.com: 3333",
            "user": "1NHDHBMF7R3F4RtCFpA1mzNBnWCAjNyC9er",
            "pass": "d=64",
            "pool-algorithm": "zuikkis",
            "pool-nfactor": "10",
            "pool-gpu-engine": "900",
            "pool-gpu-memclock": "900",
            "pool-gpu-threads": "1",
            "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-gpu-threads": "1",
            "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",
    "gpu-threads": "2",
    "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"
}

remove this code from your pool entries:

Code:
            "pool-gpu-threads": "2"