Post
Topic
Board Service Announcements
Re: [ANN] Bitfury ASIC sales in EU and Europe
by
darkfriend77
on 09/10/2013, 20:39:28 UTC
I added your git to the support thread ...

...
Mining Software Repositories: (use with caution, work in progress!)
...
- CGMiner by KNK
Anyone willing to help testing a cgminer fork changes with a full kit or at least one board in each bus (A-D)?

In sync with the latest Legkodymov's miner. For BFSB master boards you should leave BITFURY_MUX_OE undefined in bitfury-config.h and change:
Code:
#define BITFURY_MAXCHIPS 100
#define BITFURY_MAXBANKS 1
#define BITFURY_BANKCHIPS 100
to
Code:
#define BITFURY_MAXCHIPS 256
#define BITFURY_MAXBANKS 4
#define BITFURY_BANKCHIPS 16
...