Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Document the hfa-options command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Mar 8, 2014
1 parent 0e31c0a commit 804d3ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ASIC-README
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ ASIC SPECIFIC COMMANDS
--hfa-fan <arg> Set fanspeed percentage for hashfast, single value or range (default: 10-85)
--hfa-name <arg> Set a unique name for a single hashfast device specified with --usb or the first device found
--hfa-noshed Disable hashfast dynamic core disabling feature
--hfa-options <arg> Set hashfast options name:clock (comma separated)
--hfa-temp-overheat <arg> Set the hashfast overheat throttling temperature (default: 95)
--hfa-temp-target <arg> Set the hashfast target temperature (0 to disable) (default: 88)
--klondike-options <arg> Set klondike options clock:temptarget
Expand Down Expand Up @@ -546,6 +547,20 @@ If you wished to name the second device Slug you would add the commands:
Newer firmwares on hashfast devices dynamically disable cores that generate
invalid data. This command will disable this feature where possible.

--hfa-options <arg> Set hashfast options name:clock (comma separated)

This command allows you to set options for each discrete hashfast device by
its name (if the firmware has naming support, i.e. version 0.3+). Currently
this takes only one option, the clock speed, although future options may be
added.
e.g.:
--hfa-options "rabbit:650,turtle:550"

Would set a device named rabbit to clock speed 650 and the one named turtle to
550. Starting the device at a speed where it is most stable will give more
reliable hashrates long term and prevent it interacting with other devices,
rather than depending on the clockdown feature in cgminer.


Other undocumented hashfast command line options are for development purposes
only at this stage and serve no useful purpose to end users.
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Options for both config file and command line:
--hfa-fan <arg> Set fanspeed percentage for hashfast, single value or range (default: 10-85)
--hfa-name <arg> Set a unique name for a single hashfast device specified with --usb or the first device found
--hfa-noshed Disable hashfast dynamic core disabling feature
--hfa-options <arg> Set hashfast options name:clock (comma separated)
--hfa-temp-overheat <arg> Set the hashfast overheat throttling temperature (default: 95)
--hfa-temp-target <arg> Set the hashfast target temperature (0 to disable) (default: 88)
--hotplug <arg> Seconds between hotplug checks (0 means never check)
Expand Down

0 comments on commit 804d3ee

Please sign in to comment.