<<  >> (p.570)
    Author Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.1  (Read 5806564 times)
    This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (3 posts by 1+ user deleted.)
    micalith
    Hero Member
    *****
    Offline Offline

    Activity: 894
    Merit: 502



    View Profile
    July 14, 2013, 02:35:46 PM
     #11381

    Hi, I've finally given up on trying to find out what I'm doing wrong with connecting to 50btc. Here's my cgminer.conf file. It's an exact copy of another one that works fine, just with btcoxygen in stead of 50btc. Running on Raspbian with USB Erupters

    Code:
    {
    "pools" : [
            {
                    "url" : "mint.bitminter.com:8332",
                    "user" : "xxx",
                    "pass" : "xxx"
            },


            {
                    "url" : "stratum.bitcoin.cz:3333",
                    "user" : "xxx",
                    "pass" : "xxx"
            },

            {
                    "url" : "de.50btc.com:8332",
                    "user" : "me@myemail.com_myworker",
                    "pass" : "xxx*"
            }


    ]
    ,
            "balance" : true,
            "api-listen" : true,
            "api-port" : "4028",
            "expiry" : "120",
            "log" : "5",
            "no-pool-disable" : true,
            "queue" : "2",
            "scan-time" : "60",
            "worktime" : true,
            "shares" : "0",
            "kernel-path" : "/usr/local/bin",
            "api-allow" : "0/0",
            "icarus-options" : "115200:1:1",
            "icarus-timing" : "3.0=100"
    }

    for the url I've tried each of these: de.50btc.com:8332, pool.50btc.com:8332, http://pool.50btc.com:8332
    and for the user: me@myemail.com_myworker, myworker, me@myemail.com

    but every time I try to run cgminer:
    ./cgminer -Sdev/ttyUSB0 -Sdev/ttyUSB1 -Sdev/ttyUSB2 -Sdev/ttyUSB3  -Sdev/ttyUSB4 -Sdev/ttyUSB5 -Sdev/ttyUSB6 -Sdev/ttyUSB7 -Sdev/ttyUSB8 -Sdev/ttyUSB9 --confighome/pi/cgminer-3.1.1/cgminer.conf

     I just get the same error:
     [2013-07-14 15:33:16] ./cgminer: --config: JSON decode of file '/home/pi/cgminer-3.1.1/cgminer.conf' failed
     '}' expected near '*'


    I hope someone can help. Thanks
Page 569
Viewing Page: 570