Bitcoin Forum
April 26, 2024, 05:10:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Block Erupters, U1 Ants, and NF yellowjackets  (Read 1199 times)
ZipTheRip (OP)
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 28, 2014, 03:35:13 PM
 #1

Hi Guys!
  im looking for a command line to run block erupters, U1 ants and NF yellowjackets on BFGminer,  I need all to be detected by BFG miner and the ants over clocked to 2gh/s.

Thanks in advance!
    ZipTheRip
1714151451
Hero Member
*
Offline Offline

Posts: 1714151451

View Profile Personal Message (Offline)

Ignore
1714151451
Reply with quote  #2

1714151451
Report to moderator
1714151451
Hero Member
*
Offline Offline

Posts: 1714151451

View Profile Personal Message (Offline)

Ignore
1714151451
Reply with quote  #2

1714151451
Report to moderator
1714151451
Hero Member
*
Offline Offline

Posts: 1714151451

View Profile Personal Message (Offline)

Ignore
1714151451
Reply with quote  #2

1714151451
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714151451
Hero Member
*
Offline Offline

Posts: 1714151451

View Profile Personal Message (Offline)

Ignore
1714151451
Reply with quote  #2

1714151451
Report to moderator
valkir
Legendary
*
Offline Offline

Activity: 1484
Merit: 1004



View Profile
January 28, 2014, 03:54:43 PM
 #2

Follow. Same need  Grin

██     Please support sidehack with his new miner project Send to :

1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr
ZipTheRip (OP)
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 28, 2014, 11:30:14 PM
 #3

I know there is someone who read this and has the answer so please I will accept much condesention and derision in exchange for what to someone with the knowlage is im sure a simple question!
dongerous
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 29, 2014, 01:13:56 AM
 #4

Windows?
Make a batch file and define each separate type "group."
For instance, if I had USB Block Erupters and Bitmain AntMiner U1's, I'd do the following:

bfgminer.exe -S erupter:all  --icarus-options 115200:1:1 --icarus-timing 3.0=100  -S antminer:\\.\COM69  --set-device antminer:clock=x0981 -o pool.whereiminemycoins.net:1234 -u myworkeraccount  -p  myworkeraccountpassword

Ok, so in the above command we can see that "-S erupter:all  --icarus-options 115200:1:1 --icarus-timing 3.0=100" is defining our USB Block Erupters and instructing bfgminer to look at every com port.
The entry "-S antminer:\\.\COM69  --set-device antminer:clock=x0981" is defining our Bitmain AntMiner U1's to a specific com port and overclocking it to 2GH/s.

I apologize that I don't know of the YellowJackets, but it's sure to be the same--check out the readme in the files that accompany the bfgminer download (there are several readme's!).

Make sure you have the cp210x drivers installed (don't use zadig if you want to use bfgminer!).

Hope this helps!  Grin
ZipTheRip (OP)
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 30, 2014, 03:27:46 AM
 #5

kinda   im working on it!  ok so how would I tell CG miner to ignore antminers and block erupters?  I can get the ant miners and block erupters running just fine in BFG miner but only CGminer works for the yellowjackets BUT cgminer throws crazy errors due to the BFG drivers on the ants and erupters    so I need commands to ignore ants and erupters   I cant identify which usb or com ports my yellowjackets aree using or I would just specify that way

 Thanks in advance!

    ZipTheRip
Jahare
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
January 30, 2014, 10:33:57 AM
 #6

Not a clean solution, but I use 2 seperate batches to seperate Antminers/erupters   and one for NF
Version 3.9 of BFGMiner for the antimers and erupters, v3.10 for the NF

\BFG_A\bfgminer.exe -o Pool:port -u username -p password -S antminer:all --set-device antminer:clock=x0981 -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100
\BFG3_10\bfgminer.exe -o Pool:port -u username -p password -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100

http://imgur.com/9w1dhUw

I run the BFG_A 1st  that way the 2nd batch file wont add devices already in use.

LTC:   LRsiHqFcSXGyP9zvYUvJxe7N7ivLcVb72z       FTC:  71rY4vP8wWEyKx9FNBvHM9MFrNH9QRboTf
BTC:  14NvriZHaLyTqaG8phYMagN2gB9WsB3Sj5    NMC:  N7XPo3E3fEDAFUhyrvQBHzYkA45kkjWDse
QRK:  QT5JhzHDU4pNeKzA9GWoaBh8bzjPK9cADS  DOGE: DK2wCYTux4JpcnmRGsKmnc5qCY615hsiAV
ZipTheRip (OP)
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 30, 2014, 03:23:00 PM
 #7

my yellow jackets arnt being detected by BFGminer   do I need to switch drivers like I did for ants and BEs? nd if so where can I find the yellowjacket BFG drivers or the command lines to add to BFG to detect and run my yellowjackets
dongerous
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 30, 2014, 05:09:27 PM
 #8

my yellow jackets arnt being detected by BFGminer   do I need to switch drivers like I did for ants and BEs? nd if so where can I find the yellowjacket BFG drivers or the command lines to add to BFG to detect and run my yellowjackets

Windows?
Make sure they are actually showing up. Easiest way to check is to look in the "Devices and Printer" from the start menu, or from the control panel.
Also, be sure to have the VCP drivers installed from here: http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx
Each USB device will show some COM port (up to 256).
You might need to define which COM port bfgminer looks for the yellow jacket (example: \\.\COM20). If those devices are on a hub, make sure it's plugged in to the wall!  Grin
ZipTheRip (OP)
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 31, 2014, 03:16:58 AM
 #9

well bfg isn't recongnizing the the yellowjackets   dosnt detect them  BFG 3.10 
 im not sure how to replace the drivers, the CP210x_VCP_Windows replaces the drivers on the ants and BEs but not the yellowjackets. They are stuck on the zadig drivers
ZipTheRip (OP)
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 31, 2014, 04:27:45 PM
 #10

Good news!!!!  iv got BES  NFyellowjackets and Antminers all running at overclock and stable in BFG!!

Downloads\bfgminer-3.10\bfgminer-3.10.0\bfgminer-3.10.0-win32\bfgminer.exe -o us1.ghash.io:3333 -u ZipTheRip.BFGt -p cash  -S antminer:all --set-device antminer:clock=x0981 -S erupter:all  --icarus-options 115200:1:1 --icarus-timing 3.0=100 --no-opencl-binaries --no-submit-stale -S usb:all



and then when its starts mining I manually change the NFYellows ocilator to 54 and its all set!
Pages: [1]
  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!