Hi, I am using BitBurner Fury Rev 1.1 boards that show as BTB in CGMiner 4.3.4
Is this correct or should they be labeled as BBF?? I've installed the latest firmware available from
www.asichardware.com (now no longer available, blame Cryptx)
Boards are hashing well though
Hints? Anyone?
Well ... reading the code ...
.drv = DRIVER_avalon,
.name = "BTB",
.ident = IDENT_BTB,
.idVendor = IDVENDOR_FTDI,
.idProduct = 0x6001,
.iManufacturer = "Burnin Electronics",
.iProduct = "BitBurner",
.
.drv = DRIVER_avalon,
.name = "BBF",
.ident = IDENT_BBF,
.idVendor = IDVENDOR_FTDI,
.idProduct = 0x6001,
.iManufacturer = "Burnin Electronics",
.iProduct = "BitBurner Fury",
It's pretty specific.
I don't have a BBF (or is that a BFF
)
To find out what cgminer contemplates you have, you can at any time:
cgminer -n
(i.e. you can while another cgminer is running)
If you are running some other miner interfering with USB ... then you'll either have to stop it or tell cgminer to ignore the 'other' devices.
If you aren't getting the matching info above, either your BBF has the wrong USB info in it or you are running a non-standard cgminer and that means: 'oh well'