document drillbit-options in README and ASIC-README
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
diff --git a/ASIC-README b/ASIC-README
index 67b16ff..34472d1 100644
--- a/ASIC-README
+++ b/ASIC-README
@@ -322,6 +322,20 @@ temperature just below an optimal target. This option allows you to change the
target temperature. When actively cooled below this, the devices will run at
maximum speed.
+
+BITFURY Devices
+
+--drillbit-options <arg> Set drillbit options <int|ext>:clock[:clock_divider][:voltage]
+
+int/ext defines the clock source - default int
+clock_divider must be 1 or 2 with a default of 1
+int allows a clock of 0 to 63 with recommended 48-58 for div 2 and 30-48 for div 1
+ with a default of 40 with div 1
+ext recommends a clock of 80 to 230, with a default of 200
+
+voltage must be one of 650, 750, 850 or 950 with a default of 850
+
+
---
This code is provided entirely free of charge by the programmer in his spare
diff --git a/README b/README
index cf2420e..09fcfa1 100644
--- a/README
+++ b/README
@@ -221,6 +221,7 @@ ASIC only options:
--bitburner-fury-options <arg> Override avalon-options for BitBurner Fury boards baud:miners:asic:timeout:freq
--bitburner-fury-voltage <arg> Set BitBurner Fury core voltage, in millivolts
--bitburner-voltage <arg> Set BitBurner (Avalon) core voltage, in millivolts
+--drillbit-options <arg> Set drillbit options <int|ext>:clock[:clock_divider][:voltage]
--klondike-options <arg> Set klondike options clock:temptarget
See ASIC-README for more information regarding these.