Skip to content

Commit

Permalink
Merge branch 'onestringminer' into bfgminer
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed May 13, 2014
2 parents 5fd9922 + 96e524f commit 12bbee6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.ASIC
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,19 @@ ports. They communicate with the Icarus protocol, which has some additional
options in README.FPGA


HEX*FURY
--------

Hex*Fury uses the bifury driver. Miners using earlier boards may need to
workaround bugs in the firmware:
bfgminer --set bifury:chips=6 --set bifury:free_after_job=no
This may cause poor behaviour or performance from other bifury-based devices.
If you encounter this, you can set the workarounds per-device by using their
serial number (which can be seen in the TUI device manager; in this example,
141407160211cdf):
bfgminer --set bifury@141407160211cdf:chips=15 ...


KLONDIKE
--------

Expand Down Expand Up @@ -207,6 +220,16 @@ Depending on your system, you may also need to do:
echo 1 | sudo tee /sys/module/vfio_iommu_type1/parameters/allow_unsafe_interrupts


ONESTRINGMINER
--------------

OneStringMiner boards use the bifury driver. Miners using earlier boards may
need to workaround bugs in the firmware:
bfgminer --set bifury:chips=15 --set bifury:free_after_job=no
If you have different devices using the bifury driver, see the section on
Hex*Fury for applying workarounds per-device.


---

This code is provided entirely free of charge by the programmer in his spare
Expand Down

0 comments on commit 12bbee6

Please sign in to comment.