HeroC (OP)
Legendary
Offline
Activity: 858
Merit: 1000
|
|
August 05, 2013, 10:48:29 PM |
|
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.
|
|
|
|
mccminer
Member
Offline
Activity: 88
Merit: 10
|
|
August 06, 2013, 01:15:48 AM |
|
Sign up over at BTCGuild and once logged in, click on the 'Support' link. They have a complete guide for Windows & Linux.
|
|
|
|
CrashX
|
|
August 06, 2013, 01:45:46 AM |
|
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.0Create a Batch File (.bat) in your in windows.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 and this will detect all ASIC Erupters and to load all of them to run.
|
|
|
|
jengert
Newbie
Offline
Activity: 30
Merit: 0
|
|
August 06, 2013, 11:41:40 AM |
|
|
|
|
|
HeroC (OP)
Legendary
Offline
Activity: 858
Merit: 1000
|
|
August 08, 2013, 05:48:52 PM |
|
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.0Create a Batch File (.bat) in your in windows.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 and this will detect all ASIC Erupters and to load all of them to run.Thanks!
|
|
|
|
purelithium
|
|
August 11, 2013, 01:00:43 AM |
|
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
|
|
September 06, 2013, 04:10:52 PM |
|
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
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
|
|
September 06, 2013, 05:57:07 PM |
|
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
|
|
September 06, 2013, 06:15:03 PM |
|
[
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
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
|
|
September 06, 2013, 06:18:59 PM |
|
[
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
|
|
September 06, 2013, 06:27:12 PM |
|
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.aspx2. unplug and replug usb. 3. download zadig http://sourceforge.net/projects/libwdi/files/zadig/zadig_v2.0.1.160.7z/download4. 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
|
|
September 08, 2013, 11:55:19 AM |
|
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.aspx2. unplug and replug usb. 3. download zadig http://sourceforge.net/projects/libwdi/files/zadig/zadig_v2.0.1.160.7z/download4. 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
Activity: 43
Merit: 0
|
|
September 12, 2013, 06:24:03 AM |
|
lol.... windows.... hilarious....
|
|
|
|
kabopar
|
|
September 14, 2013, 01:19:58 PM |
|
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
|
|
September 14, 2013, 01:46:27 PM |
|
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.aspx2. unplug and replug usb. 3. download zadig http://sourceforge.net/projects/libwdi/files/zadig/zadig_v2.0.1.160.7z/download4. 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
Activity: 140
Merit: 100
In POS we trust
|
|
September 15, 2013, 09:13:51 AM |
|
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
|
|
September 15, 2013, 09:29:14 AM |
|
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
Activity: 140
Merit: 100
In POS we trust
|
|
September 15, 2013, 10:17:51 AM |
|
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
|
|
September 15, 2013, 10:30:29 AM Last edit: September 15, 2013, 10:50:25 AM by r3wt |
|
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
Activity: 140
Merit: 100
In POS we trust
|
|
September 15, 2013, 05:46:10 PM |
|
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
|
|
|
|