Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.1.0
by
jmordica
on 14/03/2014, 15:07:10 UTC
What is wrong with my config? Cgminer says Start cgminer with -T to see what failed to load but when I do that, I don't see any errors..

{
    "pools": [
        {
            "url": "stratum+tcp://ltc.ghash.io:3333",
            "user": "worker.something",
            "pass": "x"
        },
        {
            "url": "stratum+tcp://ny.clevermining.com:3333",
            "user": "worker.something",
            "pass": "x"
        }
    ],
    "gridseed-options": {
        "baud": "115200",
        "freq": "850",
        "chips": "5",
        "modules": "1",
        "usefifo": "0"
    },
    "api-listen": true,
    "api-mcast-port": "4028",
    "api-port": "4028",
    "expiry": "120",
    "hotplug": "5",
    "log": "5",
    "no-pool-disable": true,
    "queue": "1",
    "scan-time": "30",
    "scrypt": true,
    "shares": "0",
    "kernel-path": "/usr/local/bin",
    "api-allow": "W:127.0.0.1"
}