Hi, i need to create command line for my linux ubuntu bfgminer
i have installed:
root@uminer-01:~# uname -a
Linux uminer-01 3.8.0-34-generic #49~precise1-Ubuntu SMP Wed Nov 13 18:08:04 UTC 2013 i686 i686 i386 GNU/Linux
root@uminer-01:~# aptitude search bfg
i bfgminer - This is a multi-threaded multi-pool GPU, FPGA and CPU miner with
and i have 5 usb erupters wich sometimes seen as BES and sometimes as ICA. Wich is right?
I have all options in .conf file, so im running it as
bfgminer -c /root/currency.conf -S erupter:all
when .conf looks like
{
"pools" : [
{
"url" : "stratum+tcp://poolurl:port",
"user" : "xtminer.vm1",
"pass" : "xxxx",
"pool-priority" : "0"
}
]
,
"algo" : "fastauto",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"expiry-lp" : "3600",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"no-show-processors" : true,
"no-show-procs" : true,
"queue" : "3",
"scan-time" : "60",
"skip-security-checks" : "0",
"submit-stale" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "C:\\Program Files\\BFGMiner\\/share/bfgminer",
"api-allow" : "W:127.0.0.1"
}
What do you suggest to add in command line or add/remove from config?