Bitcoin Forum

Other => Beginners & Help => Topic started by: xt-miner on December 27, 2013, 08:40:32 PM



Title: How to indetify my usb asic erupters?
Post by: xt-miner on December 27, 2013, 08:40:32 PM
Hi, i need to create command line for my linux ubuntu bfgminer
i have installed:
Quote
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
Quote
bfgminer -c /root/currency.conf -S erupter:all

when .conf looks like
Quote
{
"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?


Title: Re: How to indetify my usb asic erupters?
Post by: xt-miner on December 27, 2013, 09:04:48 PM
And how can i identify model by its look?


Title: Re: How to indetify my usb asic erupters?
Post by: xt-miner on December 28, 2013, 10:23:31 AM
Also i need to download datasheet or manual or somethig....


Title: Re: How to indetify my usb asic erupters?
Post by: jimmyjimmy on January 07, 2014, 06:25:11 AM
You should use CGMiner, version 3.1.1 because versions 3.3.3 and later have a bug


Title: Re: How to indetify my usb asic erupters?
Post by: xt-miner on January 10, 2014, 03:52:54 AM
You should use CGMiner, version 3.1.1 because versions 3.3.3 and later have a bug
im using bfgminer.
CGMiner is better?