HI, i am new to the forum and also to mining bitcoins on the Pi. I have successfully managed to set up my my new pi and get it mining bitcoins with Slush's pool.
However i have a couple of queries i need some help with. I would be greatful for any help/advice anyone could offer. I would like to say that i am a total noob , but have tried to gain experinece by trolling the forums and other tutorials etc. These are brill as they give noobs like me the help we need, However i am now stuck.
My Rig.
1 x Rapsberyy pi + baord
1 x Adafruit LCD shield kit 16x 20
1x Raspbian with netowrk set up and all iatest libs
1 x
CGminer version 3.1.1 ( as described in the adafruit tutorial for mining on the pi) see
https://learn.adafruit.com/piminer-raspberry-pi-bitcoin-miner/install-cgminerThis came from Kolivas on GIThub
1 x Piminer runnin
9 x Asic USB block eruptors
1 x 10 way USB hub powerred off 5v 10amp 230v supply
I have succesfully managed to get all of the 9 no Asics working and am currently getting around 3G/Hs
However..... i am now looking at trying to increase things and have purchased the folllwing extra miners.
1 x Butterfly l abs SC miner
1 x BUtterlfy labs jalepeno
These being cheap buys off Ebay.
I am looking to get the 2 no butterly labs miner hooked up to the pi and also use my ASIC USB sticks.
I am strugling to chnage my set up.
I understand that i would be best if i update my CGminer to the latest version (4.7.1)and then ned to compile it again. I think i need to complie for icarus devices but also the BFl devices
using
./configure --enable-icarus --enable-bflsc
Also, how do i configure my config for CGMiner for all 3 devices ?
This is my current config
{
"pools" : [
{
"url" : "PoolAddress:Port",
"user" : "UserName.WorkerName",
"pass" : "Password"
}
]
,
"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:1:1",
"icarus-timing" : "3.0=100"
}
Also, when using the PI and my current config i have a couple of issues.
Uitlising the RC.local file ihave the command to run cgminer on startup. This is working but i would like to see it running in a LX screen . How do i change my startup string to do this and stop it from running as a background process ?
currently i have
nohup ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 etct etc >/dev/null 2>&1&
is it as simple as dropping the nohup ?
Again any help is appreciated