Post
Topic
Board Mining (Altcoins)
Topic OP
Problems: 4 G-Blades, CGMiner
by
mikeobrien123
on 19/06/2014, 17:55:14 UTC
Hello Everyone!

Im running 4 G-Blades in CGMiner3.7.2 on R-Pi (Raspian image from highoncoins.com)
Im having problems with random Blades. They stop accepting shares and eventually show "off".. I have tried switching power. (I have 12vAC and also an ATX)..
It seems to be random blades every time, even if they are on different power supplies..

I also am having trouble getting any monitor software running as I am a hopeless noob! I tried CGMon and CGMiner-Monitor/Commander
Any help would be greatly appreciated!

Here is my CGminer.conf:

{
        "pools": [
                {
                        "url": "x",
                        "user": "x",
                        "pass": "x"
                },
                {
                        "url": "x",
                        "user": "x",
                        "pass": "x"
                }
        ],
        "load-balance": true,
        "gridseed-options": "baud=115200,freq=838,chips=40,modules=1,usefifo=0",
        "hotplug": "30",
        "worksize": "1",
        "kernel-path": "scrypt",
        "thread-concurrency": "8192",
        "lookup-gap": "0",
        "gpu-threads": "2",
        "queue": "0",
        "scan-time": "1",
        "expiry": "1",
        "auto-fan": true,
        "scrypt": true,
        "api-listen": true,
        "api-allow": "W:192.168.2.0/24",
        "api-port": "4028",
        "kernel-path": "/usr/local/bin"
}