Hello,
since a few weeks I've been mining Bitcoins with my RaspberryPi and a USB Block Erupter, using CGminer. Actually I'm using version 3.5.0 of CGminer. Today I wanted to start to use my second USB Block Erupter, but it does not work. I've already tried to help myself with readme files from ckolivas on Github, but I don't find the problem. Here's my configuration for the miner:
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"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:2:2",
"icarus-timing" : "3.0=100"
Can anyone find the problem?
blackmax07