Bitcoin Forum
May 04, 2024, 01:23:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: How to use BFGMiner with a Block Erupter USB Miner  (Read 28501 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
HeroC (OP)
Legendary
*
Offline Offline

Activity: 858
Merit: 1000



View Profile
August 05, 2013, 10:48:29 PM
 #1

I am planning to get a Block Erupter and use it with BFG miner, but before I do, I want to know how to do it BEFORE I get the miner, so my question is, how do I use the Block Erupter with BFGMiner? I know there is a certain command to do, but I want to know before I get it.
1714829000
Hero Member
*
Offline Offline

Posts: 1714829000

View Profile Personal Message (Offline)

Ignore
1714829000
Reply with quote  #2

1714829000
Report to moderator
1714829000
Hero Member
*
Offline Offline

Posts: 1714829000

View Profile Personal Message (Offline)

Ignore
1714829000
Reply with quote  #2

1714829000
Report to moderator
1714829000
Hero Member
*
Offline Offline

Posts: 1714829000

View Profile Personal Message (Offline)

Ignore
1714829000
Reply with quote  #2

1714829000
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714829000
Hero Member
*
Offline Offline

Posts: 1714829000

View Profile Personal Message (Offline)

Ignore
1714829000
Reply with quote  #2

1714829000
Report to moderator
1714829000
Hero Member
*
Offline Offline

Posts: 1714829000

View Profile Personal Message (Offline)

Ignore
1714829000
Reply with quote  #2

1714829000
Report to moderator
1714829000
Hero Member
*
Offline Offline

Posts: 1714829000

View Profile Personal Message (Offline)

Ignore
1714829000
Reply with quote  #2

1714829000
Report to moderator
mccminer
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
August 06, 2013, 01:15:48 AM
 #2

Sign up over at BTCGuild and once logged in, click on the 'Support' link.  They have a complete guide for Windows & Linux.
CrashX
Full Member
***
Offline Offline

Activity: 238
Merit: 101



View Profile
August 06, 2013, 01:45:46 AM
 #3

Simple

install it.
Unzip it, create a batch file with the command I posted below and your good to go.


Download from HERE ONLY!
https://bitcointalk.org/index.php?topic=168174.0


Create a Batch File (.bat) in your in windows.
Code:
bfgminer -o stratum+tcp://mint.bitminter.com:3333 -u UserID_worker -p **** --disable-gpu -S all
This is setup for BitMinter so you need to change to your pool.


This will disable the GPU/Video Cards
Code:
--disable-gpu 


and this will detect all ASIC Erupters and to load all of them to run.
Code:
-S all
jengert
Newbie
*
Offline Offline

Activity: 30
Merit: 0



View Profile WWW
August 06, 2013, 11:41:40 AM
 #4

very easy mining
https://bitcointalk.org/index.php?topic=268933.0
HeroC (OP)
Legendary
*
Offline Offline

Activity: 858
Merit: 1000



View Profile
August 08, 2013, 05:48:52 PM
 #5

Simple

install it.
Unzip it, create a batch file with the command I posted below and your good to go.


Download from HERE ONLY!
https://bitcointalk.org/index.php?topic=168174.0


Create a Batch File (.bat) in your in windows.
Code:
bfgminer -o stratum+tcp://mint.bitminter.com:3333 -u UserID_worker -p **** --disable-gpu -S all
This is setup for BitMinter so you need to change to your pool.


This will disable the GPU/Video Cards
Code:
--disable-gpu 


and this will detect all ASIC Erupters and to load all of them to run.
Code:
-S all

Thanks!
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
August 11, 2013, 01:00:43 AM
 #6

Instead of --disable-gpu you can use "-G" which does the same thing, just saves characters.

Also if you use the command "-S erupter:all" instead of "-S all" it will give you some more options once the miner is running, nothing big but more might be added down the line.

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
JBT
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
September 06, 2013, 04:10:52 PM
 #7

Instead of --disable-gpu you can use "-G" which does the same thing, just saves characters.

Also if you use the command "-S erupter:all" instead of "-S all" it will give you some more options once the miner is running, nothing big but more might be added down the line.

what command must be use if you only want say 1 erupter to work and the other to be use for something else?
Zanatos666
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


Sometimes man, just sometimes.....


View Profile
September 06, 2013, 05:57:07 PM
 #8

Instead of --disable-gpu you can use "-G" which does the same thing, just saves characters.

Also if you use the command "-S erupter:all" instead of "-S all" it will give you some more options once the miner is running, nothing big but more might be added down the line.

what command must be use if you only want say 1 erupter to work and the other to be use for something else?

From the README (paraphrasing):

After you use -S, instead of putting All or erupter:All, you have to tell it which USB COM port to use.

Linux - /dev/ttyUSBn
Windows - \\.\COMn

Replace the n with the com port of the corresponding erupter you want to use.

Squiggly letters, written really fast, with a couple of dots for good measure.
JBT
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
September 06, 2013, 06:15:03 PM
 #9

[

After you use -S, instead of putting All or erupter:All, you have to tell it which USB COM port to use.

Linux - /dev/ttyUSBn
Windows - \\.\COMn

Replace the n with the com port of the corresponding erupter you want to use.

ok my problem is that when my pc reboots some of the com ports change so a erupter ,ight not be the same som port aka was 12 now 22 etc

Zanatos666
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


Sometimes man, just sometimes.....


View Profile
September 06, 2013, 06:18:59 PM
 #10

[

After you use -S, instead of putting All or erupter:All, you have to tell it which USB COM port to use.

Linux - /dev/ttyUSBn
Windows - \\.\COMn

Replace the n with the com port of the corresponding erupter you want to use.

ok my problem is that when my pc reboots some of the com ports change so a erupter ,ight not be the same som port aka was 12 now 22 etc



No way to control that, except for making sure your system doesnt reboot.

Squiggly letters, written really fast, with a couple of dots for good measure.
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
September 06, 2013, 06:27:12 PM
 #11

BFGMiner is for tools. Use cgminer instead, version 3.3.1 or higher. its a very simple process

1. plug usb and install silabs driver http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx

2. unplug and replug usb.

3. download zadig http://sourceforge.net/projects/libwdi/files/zadig/zadig_v2.0.1.160.7z/download

4. open zadig > click "list all devices" > select cpx210 to uart controller from drop down menu > click replace driver > wait til it installs then close zadig.

5. open and run cgminer-nogpu.exe >input pool url, username and password. > after it loads and says USB FAILED to initialize hit "S" to bring up the settings menu. > Press "W" to write your info to a config file. > exit cgminer

6. unplug block erupter(careful it may be hot) > restart computer > replug block erupter. > restart cgminer-nogpu.exe and presto you're mining.

 if it still says failed to initialize after you've done these steps do this:

1. open zadig > click list all devices > select cpx210 to uart controller > click reinstall driver > wait til it installs then exit zadig.

2. unplug Block Erupter. > replug block erupter.

3. restart cgminer-nogpu.exe

My negative trust rating is reflective of a personal vendetta by someone on default trust.
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
September 08, 2013, 11:55:19 AM
 #12

BFGMiner is for tools. Use cgminer instead, version 3.3.1 or higher. its a very simple process

1. plug usb and install silabs driver http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx

2. unplug and replug usb.

3. download zadig http://sourceforge.net/projects/libwdi/files/zadig/zadig_v2.0.1.160.7z/download

4. open zadig > click "list all devices" > select cpx210 to uart controller from drop down menu > click replace driver > wait til it installs then close zadig.

5. open and run cgminer-nogpu.exe >input pool url, username and password. > after it loads and says USB FAILED to initialize hit "S" to bring up the settings menu. > Press "W" to write your info to a config file. > exit cgminer

6. unplug block erupter(careful it may be hot) > restart computer > replug block erupter. > restart cgminer-nogpu.exe and presto you're mining.

 if it still says failed to initialize after you've done these steps do this:

1. open zadig > click list all devices > select cpx210 to uart controller > click reinstall driver > wait til it installs then exit zadig.

2. unplug Block Erupter. > replug block erupter.

3. restart cgminer-nogpu.exe

Wow.  So bfgminer is for tools?  It's very easy?  How come then you've got 5 extra steps (that may or may not work) to get them working? 

There's only one tool in this thread, and it's the one recommending cgminer over bfgminer for Block Erupters.
Ex0deus
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile WWW
September 12, 2013, 06:24:03 AM
 #13

lol.... windows.... hilarious....
kabopar
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
September 14, 2013, 01:19:58 PM
 #14

if you use BFGMiner, use the latest version (3.2.0) instead of 3.1.4 listed in the BTC Guild.  Ver 3.2.0 has a significantly lower HW error rate than 3.1.4 (I had HW of about 1.2% with 3.1.4 which dropped to about 0.75% with 3.2.0, note that you need to wait for things to settle down and average, don't panic if one BE has a higher error in the first few minutes).

Enjoy your mining
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
September 14, 2013, 01:46:27 PM
 #15

BFGMiner is for tools. Use cgminer instead, version 3.3.1 or higher. its a very simple process

1. plug usb and install silabs driver http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx

2. unplug and replug usb.

3. download zadig http://sourceforge.net/projects/libwdi/files/zadig/zadig_v2.0.1.160.7z/download

4. open zadig > click "list all devices" > select cpx210 to uart controller from drop down menu > click replace driver > wait til it installs then close zadig.

5. open and run cgminer-nogpu.exe >input pool url, username and password. > after it loads and says USB FAILED to initialize hit "S" to bring up the settings menu. > Press "W" to write your info to a config file. > exit cgminer

6. unplug block erupter(careful it may be hot) > restart computer > replug block erupter. > restart cgminer-nogpu.exe and presto you're mining.

 if it still says failed to initialize after you've done these steps do this:

1. open zadig > click list all devices > select cpx210 to uart controller > click reinstall driver > wait til it installs then exit zadig.

2. unplug Block Erupter. > replug block erupter.

3. restart cgminer-nogpu.exe

Wow.  So bfgminer is for tools?  It's very easy?  How come then you've got 5 extra steps (that may or may not work) to get them working? 

There's only one tool in this thread, and it's the one recommending cgminer over bfgminer for Block Erupters.

cgminer>bfgminer

deal with it.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
SirMintALot
Full Member
***
Offline Offline

Activity: 140
Merit: 100


In POS we trust


View Profile
September 15, 2013, 09:13:51 AM
 #16

BFGminer 3.2.0 gives you a lower Hardware error rate (~0.6% instead of ~1.0%) with Block Erupters, so at the moment its the better choice.

BTC: 142BHpdq4wey7PC3Cp5QiUoshF19u3yvHN LTC: LbiEUDYjohwpXnv1Gd4LvdGr1Jr1M5Usjc NMC: N3eeYkWqeLFWBJRmS3WyU1zz6WgKkjEVtb
IXC: xtR8uc2EFGWFJgrVEgZZ5yvRsWKhwAg8ZH DVC: 18oVWfSqHjvhJEuHHxsDpCfBeDMuLWyh5p CLR: CGZGWW16sooX69PJBEtJH2Xmo4KFupkow7
PPC: PLJ5uzFw21FkKdSrmfccT3MqubSfSB4soE YAC: Y7FM89AiFhWKBcXh2BzzRaw4eUAYkreXbs LBW: 5ygEWM7dMjeUV2sBeppTvkTTXCkeREKqf2
I0C: jatiogvXJYhK7auegbjPnQRV3kQgFvz482 JPU: JE7fhhPfP1Kjyd1hj8zevNsf7THeMqHo6A NVC: 4Hvecu2fzC2rCwYbKBeYXr8y9pdAZLFZHH
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
September 15, 2013, 09:29:14 AM
 #17

BFGminer 3.2.0 gives you a lower Hardware error rate (~0.6% instead of ~1.0%) with Block Erupters, so at the moment its the better choice.
the performance is also 1-2 mh/s less per miner. i routinely get close to 336 mh/s per USB in cgminer. also if you notice, this is less than 1% error rate


My negative trust rating is reflective of a personal vendetta by someone on default trust.
SirMintALot
Full Member
***
Offline Offline

Activity: 140
Merit: 100


In POS we trust


View Profile
September 15, 2013, 10:17:51 AM
 #18

lets see what you got (total = accepted + rejected +hw):
total num HW %
2549 24         0.94
2582 25         0.96
2479 23         0.92
2527 26         1.02
2454 24         0.97
2524 16         0.63

So you are around 1% HW except for the last one.

This is my BE minirig:

BTC: 142BHpdq4wey7PC3Cp5QiUoshF19u3yvHN LTC: LbiEUDYjohwpXnv1Gd4LvdGr1Jr1M5Usjc NMC: N3eeYkWqeLFWBJRmS3WyU1zz6WgKkjEVtb
IXC: xtR8uc2EFGWFJgrVEgZZ5yvRsWKhwAg8ZH DVC: 18oVWfSqHjvhJEuHHxsDpCfBeDMuLWyh5p CLR: CGZGWW16sooX69PJBEtJH2Xmo4KFupkow7
PPC: PLJ5uzFw21FkKdSrmfccT3MqubSfSB4soE YAC: Y7FM89AiFhWKBcXh2BzzRaw4eUAYkreXbs LBW: 5ygEWM7dMjeUV2sBeppTvkTTXCkeREKqf2
I0C: jatiogvXJYhK7auegbjPnQRV3kQgFvz482 JPU: JE7fhhPfP1Kjyd1hj8zevNsf7THeMqHo6A NVC: 4Hvecu2fzC2rCwYbKBeYXr8y9pdAZLFZHH
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
September 15, 2013, 10:30:29 AM
Last edit: September 15, 2013, 10:50:25 AM by r3wt
 #19

lets see what you got (total = accepted + rejected +hw):
total num HW %
2549 24         0.94
2582 25         0.96
2479 23         0.92
2527 26         1.02
2454 24         0.97
2524 16         0.63

So you are around 1% HW except for the last one.

This is my BE minirig:


so one offers less hardware errors, one offers more hashes. fair enough. to each his own. both damn good miners

Edit: Thank you for your diplomacy. I just read back through the thread and wow i was too harsh. shouldn't have came in here in trolling in the first place. i apologize.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
SirMintALot
Full Member
***
Offline Offline

Activity: 140
Merit: 100


In POS we trust


View Profile
September 15, 2013, 05:46:10 PM
 #20

Whats most important is the number of accepted shares. You could have a higher hashrate, but when you got lots of rejects or hardware errors then its worth nothing. Sadly cgminer doesnt show this calculated effective hashrate like bfgminer does (its the right one of the three hashrates).

BTC: 142BHpdq4wey7PC3Cp5QiUoshF19u3yvHN LTC: LbiEUDYjohwpXnv1Gd4LvdGr1Jr1M5Usjc NMC: N3eeYkWqeLFWBJRmS3WyU1zz6WgKkjEVtb
IXC: xtR8uc2EFGWFJgrVEgZZ5yvRsWKhwAg8ZH DVC: 18oVWfSqHjvhJEuHHxsDpCfBeDMuLWyh5p CLR: CGZGWW16sooX69PJBEtJH2Xmo4KFupkow7
PPC: PLJ5uzFw21FkKdSrmfccT3MqubSfSB4soE YAC: Y7FM89AiFhWKBcXh2BzzRaw4eUAYkreXbs LBW: 5ygEWM7dMjeUV2sBeppTvkTTXCkeREKqf2
I0C: jatiogvXJYhK7auegbjPnQRV3kQgFvz482 JPU: JE7fhhPfP1Kjyd1hj8zevNsf7THeMqHo6A NVC: 4Hvecu2fzC2rCwYbKBeYXr8y9pdAZLFZHH
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!