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
{
"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" : "[email protected]_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:8332and for the user:
[email protected]_myworker, myworker,
[email protected]but every time I try to run cgminer:
./cgminer -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9 --config /home/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