ASIC-README 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  1. SUPPORTED DEVICES
  2. Currently supported devices include:
  3. - Antminer U1/U2/U2+/U3 USB
  4. - Antminer S1
  5. - ASICMINER block erupters
  6. - ASICMINER Tube/Prisma
  7. - Avalon (including BitBurner and Klondike)
  8. - Avalon2/3
  9. - Avalon4/4.1/6
  10. - Avalon7
  11. - Avalon8
  12. - BFx2 USB
  13. - Butterfly Labs SC 65/28nm range
  14. - BF1 (bitfury) USB (red and blue)
  15. - BlackArrow Bitfury
  16. - BlackArrow Minion
  17. - Bi*fury USB
  18. - Cointerra
  19. - Compac bitshopperde and GekkoScience
  20. - Halong Dragonmint T1
  21. - Hashfast Babyjet and Sierra
  22. - Hashratio
  23. - Hexfury USB
  24. - KnCminer Mercury, Saturn and Jupiter
  25. - Nanofury USB
  26. - Other bitfury USB devices
  27. - Onestring miner USB
  28. - Rockminer R-Box/RK-Box/T1/New R-Box
  29. - Spondoolies SP10, SP30
  30. No COM ports on windows or TTY devices will be used by cgminer as it
  31. communicates directly with them via USB so it is normal for them to not exist or
  32. be disconnected when cgminer is running.
  33. The BFL devices should come up as one of the following:
  34. BAJ: BFL ASIC Jalapeño
  35. BAL: BFL ASIC Little Single
  36. BAS: BFL ASIC Single
  37. BAM: BFL ASIC Minirig
  38. BMA: BFL Monarch
  39. BFL devices need the --enable-bflsc option when compiling cgminer yourself.
  40. Avalon will come up as AVA.
  41. Avalon devices need the --enable-avalon option when compiling cgminer.
  42. Avalon2/3 will come up as AV2.
  43. Avalon2/3 devices need the --enable-avalon2 option when compiling cgminer.
  44. Avalon4/4.1 will come up as AV4, Please use the MM version to distinguish.
  45. Avalon6 will come up as AV6.
  46. Avalon4/4.1/6 devies need the --enable-avalon4 option when compiling cgminer.
  47. Avalon7 will come up as AV7.
  48. Avalon8 will come up as AV8.
  49. Klondike will come up as KLN.
  50. Klondike devices need the --enable-klondike option when compiling cgminer.
  51. ASICMINER block erupters will come up as AMU.
  52. ASICMINER devices need the --enable-icarus option when compiling cgminer.
  53. Also note that the AMU is managed by the Icarus driver which is detailed
  54. in the FPGA-README. Configuring them uses the same mechanism as outlined
  55. below for getting started with USB ASICs.
  56. ASICMINER BlockErupter Tube/Prisma will come up as BET.
  57. ASICMINER Tube/Prisma devices need the --enable-blockerupter option when
  58. compiling cgminer. This driver is apparently BROKEN and the original contributor
  59. has not submitted fixes.
  60. BlackArrow Bitfury devices
  61. BlackArrow Bitfury devices need the --enable-bab option when compiling cgminer.
  62. The current BlackArrow Bitfury devices are similar to the Bitfury GPIO mining
  63. boards, with both V1 and V2 controllers, and come up as BaB.
  64. BlackArrow Minion devices
  65. BlackArrow Minion devices need the --enable-minion option when compiling
  66. cgminer.
  67. BlackArrow Minion devices are SPI/GPIO mining devices and come up as MBA
  68. BITFURY devices
  69. Bitfury devices need the --enable-bitfury option when compiling cgminer.
  70. Currently the BPMC/BGMC BF1 devices AKA redfury/bluefury are supported and
  71. come up as BF1, along with the Bi*fury USB devices which come up as BXF.
  72. Nanofury devices come up as NF1. BFx2 devices come up as BXM.
  73. Bitfury USB devices are also set up as per the USB ASICs below.
  74. COINTERRA devices
  75. Cointerra devices need the --enable-cointerra option when compiling cgminer.
  76. Cointerra devices come up as CTA devices and currently take only hidden command
  77. line arguments for power settings.
  78. Cointerra USB devices are set up as per the USB ASIC instructions below.
  79. Compac devices
  80. Compac devices need the --enable-icarus option when compiling cgminer.
  81. bitshopperde come up as BSC and GekkoScience as GSC
  82. HALONG devices
  83. HALONG Dragonmint T1 devices will come up as DT1.
  84. Halong devices need the --enable-dragonmint_t1 option.
  85. HASHFAST devices
  86. Hashfast devices need the --enable-hashfast option when compiling cgminer.
  87. All current HFA devices are supported and are recognised with the name HFA
  88. in the --usb commands. After initialisation, cgminer will determine what type
  89. they are and give them the following names:
  90. HFB: Hashfast Babyjet
  91. HFS: Hashfast Sierra
  92. HFA: Hashfast non standard (eg. a Babyjet with an added board, Habanero)
  93. HASHRATIO devices
  94. Hashratio devices need the --enable-hashratio option when compiling cgminer.
  95. ANTMINER U1/U2+/U3 devices
  96. Antminer devices need the --enable-icarus option when compiling cgminer.
  97. Currently the U1/2/3 USB sticks are supported and come up as the following
  98. devices:
  99. ANU: Antminer U1/U2/U2+
  100. AU3: Antminer U3
  101. They are also set up as per the USB ASICs below.
  102. ANTMINER S1 devices
  103. Antminer S1 devices need the --enable-ants1 option when compiling cgminer.
  104. They are custom OpenWRT linux devices
  105. They are recognised with the name ANT
  106. BITMINE A1 devices
  107. Bitmine A1 devices need the --enable-bitmine_A1 compile option set.
  108. Rockminer R*Box
  109. Rockminer R*Box devices need the --enable-icarus compile option set.
  110. They appear with the following names:
  111. LIN: R-Box
  112. LIR: New R-Box
  113. ---
  114. GETTING STARTED WITH USB ASICS
  115. Unlike other software, cgminer uses direct USB communication instead of the
  116. ancient serial USB communication to be much faster, more reliable and use a
  117. lot less CPU. For this reason, setting up for mining with cgminer on these
  118. devices requires different drivers.
  119. WINDOWS:
  120. On windows, the direct USB support requires the installation of a WinUSB
  121. driver (NOT the ftdi_sio driver), and attach it to the chosen USB device.
  122. When configuring your device, plug it in and wait for windows to attempt to
  123. install a driver on its own. It may think it has succeeded or failed but wait
  124. for it to finish regardless. This is NOT the driver you want installed. At this
  125. point you need to associate your device with the WinUSB driver. The easiest
  126. way to do this is to use the zadig utility which you must right click on and
  127. run as administrator. Then once you plug in your device you can choose the
  128. "list all devices" from the "option" menu and you should be able to see the
  129. device as something like: "BitFORCE SHA256 SC". Choose the install or replace
  130. driver option and select WinUSB. You can either google for zadig or download
  131. it from the cgminer directory in the DOWNLOADS link above.
  132. When you first switch a device over to WinUSB with zadig and it shows that
  133. correctly on the left of the zadig window, but it still gives permission
  134. errors, you may need to unplug the USB miner and then plug it back in. Some
  135. users may need to reboot at this point.
  136. LINUX:
  137. On linux, the direct USB support requires no drivers at all. However due to
  138. permissions issues, you may not be able to mine directly on the devices as a
  139. regular user without giving the user access to the device or by mining as
  140. root (administrator). In order to give your regular user access, you can make
  141. him a member of the plugdev group with the following commands:
  142. sudo usermod -G plugdev -a `whoami`
  143. If your distribution does not have the plugdev group you can create it with:
  144. sudo groupadd plugdev
  145. In order for the BFL devices to instantly be owned by the plugdev group and
  146. accessible by anyone from the plugdev group you can copy the file
  147. "01-cgminer.rules" from the cgminer archive into the /etc/udev/rules.d
  148. directory with the following command:
  149. sudo cp 01-cgminer.rules /etc/udev/rules.d/
  150. After this you can either manually restart udev and re-login, or more easily
  151. just reboot.
  152. OSX:
  153. On OSX, like Linux, no drivers need to be installed. However some devices
  154. like the bitfury USB sticks automatically load a driver thinking they're a
  155. modem and the driver needs to be unloaded for cgminer to work:
  156. sudo kextunload -b com.apple.driver.AppleUSBCDC
  157. sudo kextunload -b com.apple.driver.AppleUSBCDCACMData
  158. There may be a limit to the number of USB devices that you are allowed to start.
  159. The following set of commands, followed by a reboot will increase that:
  160. sudo su
  161. touch /etc/sysctl.conf
  162. echo kern.sysv.semume=100 >> /etc/sysctl.conf
  163. chown root:wheel /etc/sysctl.conf
  164. chmod 0644 /etc/sysctl.conf
  165. Some devices need superuser access to mine on them so cgminer may need to
  166. be started with sudo
  167. i.e.:
  168. sudo cgminer <insert commands here>
  169. ---
  170. ASIC SPECIFIC COMMANDS
  171. --anu-freq <arg> Set AntminerU1/2 frequency in MHz, range 125-500 (default: 250.0)
  172. --au3-freq <arg> Set AntminerU3 frequency in MHz, range 100-250 (default: 225.0)
  173. --au3-volt <arg> Set AntminerU3 voltage in mv, range 725-850, 0 to not set (default: 775)
  174. --avalon-auto Adjust avalon overclock frequency dynamically for best hashrate
  175. --avalon-cutoff <arg> Set avalon overheat cut off temperature (default: 60)
  176. --avalon-fan <arg> Set fanspeed percentage for avalon, single value or range (default: 20-100)
  177. --avalon-freq <arg> Set frequency range for avalon-auto, single value or range
  178. --avalon-options <arg> Set avalon options baud:miners:asic:timeout:freq:tech
  179. --avalon-temp <arg> Set avalon target temperature (default: 50)
  180. --avalon2-freq Set frequency range for Avalon2, single value or range
  181. --avalon2-voltage Set Avalon2 core voltage, in millivolts
  182. --avalon2-fan Set Avalon2 target fan speed
  183. --avalon2-cutoff <arg> Set Avalon2 overheat cut off temperature (default: 88)
  184. --avalon2-fixed-speed Set Avalon2 fan to fixed speed
  185. --avalon4-automatic-voltage Automatic adjust voltage base on module DH
  186. --avalon4-voltage Set Avalon4 core voltage, in millivolts, step: 125
  187. --avalon4-freq Set frequency for Avalon4, 1 to 3 values, example: 445:385:370
  188. --avalon4-fan Set Avalon4 target fan speed range
  189. --avalon4-temp <arg> Set Avalon4 target temperature (default: 42)
  190. --avalon4-cutoff <arg> Set Avalon4 overheat cut off temperature (default: 65)
  191. --avalon4-polling-delay <arg> Set Avalon4 polling delay value (ms) (default: 20)
  192. --avalon4-ntime-offset <arg> Set Avalon4 MM ntime rolling max offset (default: 4)
  193. --avalon4-aucspeed <arg> Set Avalon4 AUC IIC bus speed (default: 400000)
  194. --avalon4-aucxdelay <arg> Set Avalon4 AUC IIC xfer read delay, 4800 ~= 1ms (default: 9600)
  195. --avalon4-miningmode <arg> Set Avalon4 mining mode(0:custom, 1:eco, 2:normal, 3:turbo (default: 0)
  196. --avalon4-freezesafe Make Avalon4 running as a radiator when stratum server failed
  197. --avalon4-ntcb <arg> Set Avalon4 MM NTC B value (default: 3450)
  198. --avalon4-freq-min <arg> Set minimum frequency for Avalon4 (default: 100)
  199. --avalon4-freq-max <arg> Set maximum frequency for Avalon4 (default: 1000)
  200. --avalon4-noncecheck-off Disable A3218 inside nonce check function
  201. --avalon4-smart-speed <arg> Set smart speed, range 0-3. 0 means Disable (default: 2)
  202. --avalon4-speed-bingo <arg> Set A3218 speed bingo for smart speed mode 1 (default: 255)
  203. --avalon4-speed-error <arg> Set A3218 speed error for smart speed mode 1 (default: 3)
  204. --avalon4-least-pll <arg> Set least pll check threshold for smart speed mode 2 (default: 768)
  205. --avalon4-most-pll <arg> Set most pll check threshold for smart speed mode 2 (default: 256)
  206. --avalon7-voltage Set Avalon7 default core voltage, in millivolts, step: 78
  207. --avalon7-voltage-level Set Avalon7 default level of core voltage, range:[0, 15], step: 1
  208. --avalon7-voltage-offset Set Avalon7 default offset of core voltage, range:[-2, 1], step: 1
  209. --avalon7-freq Set Avalon7 default frequency, range:[24, 1404], step: 12, example: 500
  210. --avalon7-freq-sel <arg> Set Avalon7 default frequency select, range:[0, 5], step: 1, example: 3 (default: 0)
  211. --avalon7-fan Set Avalon7 target fan speed, range:[0, 100], step: 1, example: 0-100
  212. --avalon7-temp <arg> Set Avalon7 target temperature, range:[0, 100] (default: 99)
  213. --avalon7-polling-delay <arg> Set Avalon7 polling delay value (ms) (default: 20)
  214. --avalon7-aucspeed <arg> Set AUC3 IIC bus speed (default: 400000)
  215. --avalon7-aucxdelay <arg> Set AUC3 IIC xfer read delay, 4800 ~= 1ms (default: 19200)
  216. --avalon7-smart-speed <arg> Set Avalon7 smart speed, range 0-1. 0 means Disable (default: 1)
  217. --avalon7-th-pass <arg> Set A3212 th pass value (default: 162)
  218. --avalon7-th-fail <arg> Set A3212 th fail value (default: 10921)
  219. --avalon7-th-init <arg> Set A3212 th init value (default: 32767)
  220. --avalon7-th-ms <arg> Set A3212 th ms value (default: 1)
  221. --avalon7-th-timeout <arg> Set A3212 th timeout value (default: 0)
  222. --avalon7-iic-detect Enable Avalon7 detect through iic controller
  223. --avalon7-freqadj-time <arg> Set Avalon7 check interval when run in AVA7_FREQ_TEMPADJ_MODE (default: 60)
  224. --avalon7-delta-temp <arg> Set Avalon7 delta temperature when reset freq in AVA7_FREQ_TEMPADJ_MODE (default: 0)
  225. --avalon7-delta-freq <arg> Set Avalon7 delta freq when adjust freq in AVA7_FREQ_TEMPADJ_MODE (default: 100)
  226. --avalon7-freqadj-temp <arg> Set Avalon7 check temperature when run into AVA7_FREQ_TEMPADJ_MODE (default: 104)
  227. --avalon7-nonce-mask <arg> Set A3212 nonce mask, range 24-32. (default: 31)
  228. --no-avalon7-asic-debug Disable A3212 debug.
  229. --avalon8-voltage-level Set Avalon8 default level of core voltage, range:[0, 15], step: 1
  230. --avalon8-voltage-level-offset Set Avalon8 default offset of core voltage level, range:[-2, 1], step: 1
  231. --avalon8-freq Set Avalon8 default frequency, range:[25, 1200], step: 25, example: 800
  232. --avalon8-freq-sel <arg> Set Avalon8 default frequency select, range:[0, 3], step: 1, example: 3 (default: 3)
  233. --avalon8-fan Set Avalon8 target fan speed, range:[0, 100], step: 1, example: 0-100
  234. --avalon8-temp <arg> Set Avalon8 target temperature, range:[0, 100] (default: 90)
  235. --avalon8-polling-delay <arg> Set Avalon8 polling delay value (ms) (default: 20)
  236. --avalon8-aucspeed <arg> Set AUC3 IIC bus speed (default: 400000)
  237. --avalon8-aucxdelay <arg> Set AUC3 IIC xfer read delay, 4800 ~= 1ms (default: 19200)
  238. --avalon8-smart-speed <arg> Set Avalon8 smart speed, range 0-1. 0 means Disable (default: 1)
  239. --avalon8-th-pass <arg> Set A3210 th pass value (default: -1)
  240. --avalon8-th-fail <arg> Set A3210 th fail value (default: -1)
  241. --avalon8-th-init <arg> Set A3210 th init value (default: 32767)
  242. --avalon8-th-ms <arg> Set A3210 th ms value (default: 5)
  243. --avalon8-th-timeout <arg> Set A3210 th timeout value (default: 4294967295)
  244. --avalon8-th-add <arg> Set A3210 th add value (default: 1)
  245. --avalon8-iic-detect Enable Avalon8 detect through iic controller
  246. --avalon8-nonce-mask <arg> Set A3210 nonce mask, range 24-32. (default: -1)
  247. --avalon8-nonce-check <arg> Set A3210 nonce check, range 0-1. (default: 1)
  248. --avalon8-roll-enable <arg> Set A3210 roll enable, range 0-1. (default: 1)
  249. --avalon8-mux-l2h <arg> Set Avalon8 mux l2h, range 0-2. (default: 0)
  250. --avalon8-mux-h2l <arg> Set Avalon8 mux h2l, range 0-1. (default: 1)
  251. --avalon8-h2ltime0-spd <arg> Set Avalon8 h2ltime0 spd, range 0-255. (default: 3)
  252. --avalon8-spdlow <arg> Set Avalon8 spdlow, range 0-3. (default: -1)
  253. --avalon8-spdhigh <arg> Set Avalon8 spdhigh, range 0-3. (default: 3)
  254. --avalon8-cinfo-asic Set Avalon8 cinfo asic index, range:[0, 25], step: 1
  255. --avalon8-pid-p <arg> Set Avalon8 pid-p, range 0-9999. (default: 2)
  256. --avalon8-pid-i <arg> Set Avalon8 pid-i, range 0-9999. (default: 5)
  257. --avalon8-pid-d <arg> Set Avalon8 pid-d, range 0-9999. (default: 0)
  258. --bab-options <arg> Set BaB options max:def:min:up:down:hz:delay:trf
  259. --bet-clk <arg> Set clockspeed of ASICMINER Tube/Prisma to (arg+1)*10MHz (default: 23)
  260. --bflsc-overheat <arg> Set overheat temperature where BFLSC devices throttle, 0 to disable (default: 90)
  261. --bitburner-fury-options <arg> Override avalon-options for BitBurner Fury boards baud:miners:asic:timeout:freq
  262. --bitburner-fury-voltage <arg> Set BitBurner Fury core voltage, in millivolts
  263. --bitburner-voltage <arg> Set BitBurner (Avalon) core voltage, in millivolts
  264. --bitmain-auto Adjust bitmain overclock frequency dynamically for best hashrate
  265. --bitmain-cutoff <arg> Set bitmain overheat cut off temperature
  266. --bitmain-fan <arg> Set fanspeed percentage for bitmain, single value or range (default: 20-100)
  267. --bitmain-freq <arg> Set bitmain freq options timeout:freq:regdata
  268. --bitmain-hwerror Set bitmain device detect hardware error
  269. --bitmain-options <arg> Set bitmain options baud:miners:asic:timeout:freq:regdata
  270. --bitmain-temp <arg> Set bitmain target temperature
  271. --bitmain-workdelay <arg> Set bitmain work delay (ms) 0-100
  272. --bitmain-voltage <arg> Set bitmain voltage - S2/S3 only
  273. --bitmain-dev <arg> Set bitmain device - S2 only
  274. --bitmainbeeper Set bitmain beeper ringing
  275. --bitmaintempoverctrl Set bitmain stop runing when temprerature is over 80 degree Celsius
  276. --bxf-bits <arg> Set max BXF/HXF bits for overclocking (default: 54)
  277. --bxf-temp-target <arg> Set target temperature for BXF/HXF devices (default: 82)
  278. --bxm-bits <arg> Set BXM bits for overclocking (default: 54)
  279. --hfa-hash-clock <arg> Set hashfast clock speed (default: 550)
  280. --hfa-fail-drop <arg> Set how many MHz to drop clockspeed each failure on an overlocked hashfast device (default: 10)
  281. --hfa-fan <arg> Set fanspeed percentage for hashfast, single value or range (default: 10-85)
  282. --hfa-name <arg> Set a unique name for a single hashfast device specified with --usb or the first device found
  283. --hfa-noshed Disable hashfast dynamic core disabling feature
  284. --hfa-options <arg> Set hashfast options name:clock or name:clock@voltage (comma separated)
  285. --hfa-temp-overheat <arg> Set the hashfast overheat throttling temperature (default: 95)
  286. --hfa-temp-target <arg> Set the hashfast target temperature (0 to disable) (default: 88)
  287. --hro-freq Set the hashratio clock frequency (default: 280)
  288. --klondike-options <arg> Set klondike options clock:temptarget
  289. --minion-chipreport <arg> Seconds to report chip 5min hashrate, range 0-100 (default: 0=disabled)
  290. --minion-freq <arg> Set minion chip frequencies in MHz, single value or comma list, range 100-1400 (default: 1200)
  291. --minion-freqchange Millisecond total time to do frequency changes (default: 1000)
  292. --minion-freqpercent Percentage to use when starting up a chip (default: 70%)
  293. --minion-idlecount Report when IdleCount is >0 or changes
  294. --minion-ledcount Turn off led when more than this many chips below the ledlimit (default: 0)
  295. --minion-ledlimit Turn off led when chips GHs are below this (default: 90)
  296. --minion-idlecount Report when IdleCount is >0 or changes
  297. --minion-noautofreq Disable automatic frequency adjustment
  298. --minion-overheat Enable directly halting any chip when the status exceeds 100C
  299. --minion-spidelay Add a delay in microseconds after each SPI I/O
  300. --minion-spireset SPI regular reset: iNNN for I/O count or sNNN for seconds - 0 means none
  301. --minion-spisleep Sleep time in milliseconds when doing an SPI reset
  302. --minion-temp <arg> Set minion chip temperature threshold, single value or comma list, range 120-160 (default: 135C)
  303. --nfu-bits <arg> Set nanofury bits for overclocking, range 32-63 (default: 50)
  304. --rock-freq <arg> Set RockMiner frequency in MHz, range 125-500 (default: 270)
  305. ANTMINER S1 DEVICES
  306. --bitmain-auto Adjust bitmain overclock frequency dynamically for best hashrate
  307. --bitmain-cutoff Set bitmain overheat cut off temperature
  308. --bitmain-fan Set fanspeed percentage for bitmain, single value or range (default: 20-100)
  309. --bitmain-freq Set frequency range for bitmain-auto, single value or range
  310. --bitmain-hwerror Set bitmain device detect hardware error
  311. --bitmain-options Set bitmain options baud:miners:asic:timeout:freq
  312. --bitmain-temp Set bitmain target temperature
  313. The Antminer S1 device comes with its own operating system and a preinstalled
  314. version of cgminer as part of the flash firmware. No configuration should be
  315. necessary.
  316. ANTMINER U1/2/3 DEVICES
  317. --anu-freq <arg> Set AntminerU1 frequency in MHz, range 150-500 (default: 200)
  318. --au3-freq <arg> Set AntminerU3 frequency in MHz, range 100-250 (default: 225.0)
  319. --au3-volt <arg> Set AntminerU3 voltage in mv, range 725-850, 0 to not set (default: 750)
  320. By default, Antminer U1 devices run at a clockspeed of 200. This command allows
  321. you to specify a chosen frequency to attempt to run all ANU devices at. Cgminer
  322. will try to find the nearest frequency the device supports and will report if
  323. the frequency is not exactly as requested. Note that cgminer reports hashrate
  324. ONLY FROM VALID HASHES so if you increase the frequency but your hashrate does
  325. not increase or it decreases and hardware errors start showing up, you have
  326. overclocked it too much. In the worst case scenario it will fail to start at too
  327. high a speed. Most will run happily up to 250.
  328. ASICMINER BlockErupter Tube/Prisma DEVICES
  329. --bet-clk <arg> Set clockspeed of ASICMINER Tube/Prisma to (arg+1)*10MHz (default: 23)
  330. Default clockspeed for Tube/Prisma is 240MHz. This command allows to set clockspeed
  331. of on board BE200 chips in range from 200MHz to 320MHz. For Tube devices, you can
  332. try overclocking to 270MHz or even higher, but NOT recommended for Prisma devices.
  333. If you notice hash rate drops or board fails to start, restart cgminer with lower
  334. clockspeed.
  335. AVALON AND BITBURNER DEVICES
  336. Currently all known Avalon devices come with their own operating system and
  337. a preinstalled version of cgminer as part of the flash firmware, based on the
  338. most current cgminer version so no configuration should be necessary. It is
  339. possible to plug a USB cable from a PC into the Avalon device and mine using
  340. cgminer as per any other device. It will autodetect and hotplug using default
  341. options. You can customise the avalon behaviour by using the avalon-options
  342. command, and adjust its fan control-temperature relationship with avalon-temp.
  343. By default the avalon will also cut off when its temperature reaches 60
  344. degrees.
  345. All current BitBurner devices (BitBurner X, BitBurner XX and BitBurner Fury)
  346. emulate Avalon devices, whether or not they use Avalon chips.
  347. Avalon commands:
  348. --avalon-auto Adjust avalon overclock frequency dynamically for best hashrate
  349. --avalon-cutoff <arg> Set avalon overheat cut off temperature (default: 60)
  350. --avalon-fan <arg> Set fanspeed percentage for avalon, single value or range (default: 20-100)
  351. --avalon-freq <arg> Set frequency range for avalon-auto, single value or range
  352. --avalon-options <arg> Set avalon options baud:miners:asic:timeout:freq:tech
  353. --avalon-temp <arg> Set avalon target temperature (default: 50)
  354. --bitburner-fury-options <arg> Override avalon-options for BitBurner Fury boards baud:miners:asic:timeout:freq
  355. --bitburner-fury-voltage <arg> Set BitBurner Fury core voltage, in millivolts
  356. --bitburner-voltage <arg> Set BitBurner (Avalon) core voltage, in millivolts
  357. Avalon auto will enable dynamic overclocking gradually increasing and
  358. decreasing the frequency till the highest hashrate that keeps hardware errors
  359. under 2% is achieved. This WILL run your avalon beyond its normal specification
  360. so the usual warnings apply. When avalon-auto is enabled, the avalon-options
  361. for frequency and timeout are used as the starting point only.
  362. eg:
  363. --avalon-fan 50
  364. --avalon-fan 40-80
  365. By default the avalon fans will be adjusted to maintain a target temperature
  366. over a range from 20 to 100% fanspeed. avalon-fan allows you to limit the
  367. range of fanspeeds to a single value or a range of values.
  368. eg:
  369. --avalon-freq 300-350
  370. In combination with the avalon-auto command, the avalon-freq command allows you
  371. to limit the range of frequencies which auto will adjust to.
  372. eg:
  373. --avalon-temp 55
  374. This will adjust fanspeed to keep the temperature at or slightly below 55.
  375. If you wish the fans to run at maximum speed, setting the target temperature
  376. very low such as 0 will achieve this. This option can be added to the "More
  377. options" entry in the web interface if you do not have a direct way of setting
  378. it.
  379. eg:
  380. --avalon-cutoff 65
  381. This will cut off the avalon should it get up to 65 degrees and will then
  382. re-enable it when it gets to the target temperature as specified by avalon-temp.
  383. eg:
  384. --avalon-options 115200:24:10:D:1500:55
  385. The values are baud : miners : asic count : timeout : frequency : technology.
  386. Baud:
  387. The device is pretty much hard coded to emulate 115200 baud so you shouldn't
  388. change this.
  389. Miners:
  390. Most Avalons are 3 module devices, which come to 24 miners. 4 module devices
  391. would use 32 here.
  392. For BitBurner X and BitBurner XX devices you should use twice the number of
  393. boards in the stack. e.g. for a two-board stack you would use 4. For
  394. BitBurner Fury devices you should use the total number of BitFury chips in the
  395. stack (i.e. 16 times the number of boards). e.g. for a two-board stack you
  396. would use 32.
  397. Asic count:
  398. Virtually all have 10, so don't change this. BitBurner devices use 10 here
  399. even if the boards have some other number of ASICs.
  400. Timeout:
  401. This is how long the device will work on a work item before accepting new work
  402. to replace it. It should be changed according to the frequency (last setting).
  403. It is possible to set this a little lower if you are trying to tune for short
  404. block mining (eg p2pool) but much lower and the device will start creating
  405. duplicate shares.
  406. A value of 'd' means cgminer will calculate it for you based on the frequency
  407. and is highly recommended.
  408. Sample settings for valid different frequencies (last 3 values) for 110nm AVAs:
  409. 34:375:110 *
  410. 36:350:110 *
  411. 43:300:110
  412. 45:282:110 (default)
  413. 50:256:110
  414. Note that setting a value with an asterisk next to it will be using your
  415. avalon outside its spec and you do so at your own risk.
  416. For 55nm AVAs, the usual values are 8:1500
  417. Frequency:
  418. This is the clock speed of the devices. For Avalon 110nm devices, values from
  419. 256 upwards are valid with the default being 282 and the maximum practical
  420. being approximately 350. For 55nm devices values from 1000-2000 are valid with
  421. 1500 being the default.
  422. Technology:
  423. What sized technology ASICs are in use in the avalon, choices are 55 or 110,
  424. corresponding to the nm technology chips in use.
  425. The default frequency for BitBurner X and BitBurner XX boards is 282. The
  426. default frequency for BitBurner Fury boards is 256. Overclocking is
  427. possible - please consult the product documentation and/or manufacturer for
  428. information on safe values. Values outside this range are used at your own
  429. risk. Underclocking is also possible, at least with the X and XX boards.
  430. eg:
  431. --bitburner-fury-options <arg> Override avalon-options for BitBurner Fury boards baud:miners:asic:timeout:freq
  432. This option takes the same format as --avalon-options. When specified, it
  433. will be used for BitBurner Fury boards in preference to the values specified
  434. in --avalon-options. (If not specified, BitBurner Fury boards will be
  435. controlled by the values used in --avalon options.) See --avalon-options for
  436. a detailed description of the fields.
  437. This option is particularly useful when using a mixture of different BitBurner
  438. devices as BitBurner Fury devices generally require significantly different
  439. clock frequencies from Avalon-based devices. This option is only available
  440. for boards with recent firmware that are recognized by cgminer as BBF.
  441. eg:
  442. --bitburner-fury-voltage <arg> Set BitBurner Fury core voltage, in millivolts
  443. Sets the core voltage for the BitBurner Fury boards. The default value is
  444. 900. Overvolting is possible - please consult the product documentation
  445. and/or manufaturer about the safe range of values. Values outside this range
  446. are used at your own risk.
  447. This option is only available for boards with recent firmware that are
  448. recognized by cgminer as BBF. For boards recognized as BTB, see
  449. --bitburner-voltage
  450. eg:
  451. --bitburner-voltage <arg> Set BitBurner (Avalon) core voltage, in millivolts
  452. Sets the core voltage for the Avalon-based BitBurner X and BitBurner XX
  453. boards. The default value is 1200. Overvolting and undervolting is
  454. possible - please consult the product documentation and/or the manufacturer
  455. for information about the safe range. Values outside this range are used at
  456. your own risk.
  457. Older BitBurner Fury firmware emulates a BitBurner XX board and is identified
  458. by cgminer as BTB. On these devices, --bitburner-voltage is used to control
  459. the voltage of the BitBurner Fury board. The actual core voltage will be
  460. 300mV less than the requested voltage, so to run a BitBurner Fury board at
  461. 950mV use --bitburner-voltage 1250. The default value of 1200 therefore
  462. corresponds to the default core voltage of 900mV.
  463. If you use the full curses based interface with Avalons you will get this
  464. information:
  465. AVA 0: 22/ 46C 2400R
  466. The values are:
  467. ambient temp / highest device temp lowest detected ASIC cooling fan RPM.
  468. Use the API for more detailed information than this.
  469. Avalon2 Devices
  470. --avalon2-freq Set frequency range for Avalon2, single value or range
  471. --avalon2-voltage Set Avalon2 core voltage, in millivolts
  472. --avalon2-fan Set Avalon2 target fan speed
  473. --avalon2-cutoff <arg> Set Avalon2 overheat cut off temperature (default: 88)
  474. --avalon2-fixed-speed Set Avalon2 fan to fixed speed
  475. Avalon4 Devices
  476. --avalon4-automatic-voltage Automatic adjust voltage base on module DH
  477. --avalon4-voltage Set Avalon4 core voltage, in millivolts, step: 125
  478. --avalon4-freq Set frequency for Avalon4, 1 to 3 values, example: 445:385:370
  479. --avalon4-fan Set Avalon4 target fan speed range
  480. --avalon4-temp <arg> Set Avalon4 target temperature (default: 42)
  481. --avalon4-cutoff <arg> Set Avalon4 overheat cut off temperature (default: 65)
  482. --avalon4-polling-delay <arg> Set Avalon4 polling delay value (ms) (default: 20)
  483. --avalon4-ntime-offset <arg> Set Avalon4 MM ntime rolling max offset (default: 4)
  484. --avalon4-aucspeed <arg> Set Avalon4 AUC IIC bus speed (default: 400000)
  485. --avalon4-aucxdelay <arg> Set Avalon4 AUC IIC xfer read delay, 4800 ~= 1ms (default: 9600)
  486. --avalon4-miningmode <arg> Set Avalon4 mining mode(0:custom, 1:eco, 2:normal, 3:turbo (default: 0)
  487. --avalon4-freezesafe Make Avalon4 running as a radiator when stratum server failed
  488. --avalon4-ntcb <arg> Set Avalon4 MM NTC B value (default: 3450)
  489. --avalon4-freq-min <arg> Set minimum frequency for Avalon4 (default: 100)
  490. --avalon4-freq-max <arg> Set maximum frequency for Avalon4 (default: 1000)
  491. --avalon4-noncecheck-off Disable A3218 inside nonce check function
  492. --avalon4-smart-speed <arg> Set smart speed, range 0-3. 0 means Disable (default: 2)
  493. --avalon4-speed-bingo <arg> Set A3218 speed bingo for smart speed mode 1 (default: 255)
  494. --avalon4-speed-error <arg> Set A3218 speed error for smart speed mode 1 (default: 3)
  495. --avalon4-least-pll <arg> Set least pll check threshold for smart speed mode 2 (default: 768)
  496. --avalon4-most-pll <arg> Set most pll check threshold for smart speed mode 2 (default: 256)
  497. Avalon7 Devices
  498. --avalon7-voltage Set Avalon7 default core voltage, in millivolts, step: 78
  499. --avalon7-voltage-level Set Avalon7 default level of core voltage, range:[0, 15], step: 1
  500. --avalon7-voltage-offset Set Avalon7 default offset of core voltage, range:[-2, 1], step: 1
  501. --avalon7-freq Set Avalon7 default frequency, range:[24, 1404], step: 12, example: 500
  502. --avalon7-freq-sel <arg> Set Avalon7 default frequency select, range:[0, 5], step: 1, example: 3 (default: 0)
  503. --avalon7-fan Set Avalon7 target fan speed, range:[0, 100], step: 1, example: 0-100
  504. --avalon7-temp <arg> Set Avalon7 target temperature, range:[0, 100] (default: 99)
  505. --avalon7-polling-delay <arg> Set Avalon7 polling delay value (ms) (default: 20)
  506. --avalon7-aucspeed <arg> Set AUC3 IIC bus speed (default: 400000)
  507. --avalon7-aucxdelay <arg> Set AUC3 IIC xfer read delay, 4800 ~= 1ms (default: 19200)
  508. --avalon7-smart-speed <arg> Set Avalon7 smart speed, range 0-1. 0 means Disable (default: 1)
  509. --avalon7-th-pass <arg> Set A3212 th pass value (default: 162)
  510. --avalon7-th-fail <arg> Set A3212 th fail value (default: 10921)
  511. --avalon7-th-init <arg> Set A3212 th init value (default: 32767)
  512. --avalon7-th-ms <arg> Set A3212 th ms value (default: 1)
  513. --avalon7-th-timeout <arg> Set A3212 th timeout value (default: 0)
  514. --avalon7-iic-detect Enable Avalon7 detect through iic controller
  515. --avalon7-freqadj-time <arg> Set Avalon7 check interval when run in AVA7_FREQ_TEMPADJ_MODE (default: 60)
  516. --avalon7-delta-temp <arg> Set Avalon7 delta temperature when reset freq in AVA7_FREQ_TEMPADJ_MODE (default: 0)
  517. --avalon7-delta-freq <arg> Set Avalon7 delta freq when adjust freq in AVA7_FREQ_TEMPADJ_MODE (default: 100)
  518. --avalon7-freqadj-temp <arg> Set Avalon7 check temperature when run into AVA7_FREQ_TEMPADJ_MODE (default: 104)
  519. --avalon7-nonce-mask <arg> Set A3212 nonce mask, range 24-32. (default: 31)
  520. --no-avalon7-asic-debug Disable A3212 debug.
  521. Avalon8 Devices
  522. --avalon8-voltage-level Set Avalon8 default level of core voltage, range:[0, 15], step: 1
  523. --avalon8-voltage-level-offset Set Avalon8 default offset of core voltage level, range:[-2, 1], step: 1
  524. --avalon8-freq Set Avalon8 default frequency, range:[25, 1200], step: 25, example: 800
  525. --avalon8-freq-sel <arg> Set Avalon8 default frequency select, range:[0, 3], step: 1, example: 3 (default: 3)
  526. --avalon8-fan Set Avalon8 target fan speed, range:[0, 100], step: 1, example: 0-100
  527. --avalon8-temp <arg> Set Avalon8 target temperature, range:[0, 100] (default: 90)
  528. --avalon8-polling-delay <arg> Set Avalon8 polling delay value (ms) (default: 20)
  529. --avalon8-aucspeed <arg> Set AUC3 IIC bus speed (default: 400000)
  530. --avalon8-aucxdelay <arg> Set AUC3 IIC xfer read delay, 4800 ~= 1ms (default: 19200)
  531. --avalon8-smart-speed <arg> Set Avalon8 smart speed, range 0-1. 0 means Disable (default: 1)
  532. --avalon8-th-pass <arg> Set A3210 th pass value (default: -1)
  533. --avalon8-th-fail <arg> Set A3210 th fail value (default: -1)
  534. --avalon8-th-init <arg> Set A3210 th init value (default: 32767)
  535. --avalon8-th-ms <arg> Set A3210 th ms value (default: 5)
  536. --avalon8-th-timeout <arg> Set A3210 th timeout value (default: 4294967295)
  537. --avalon8-th-add <arg> Set A3210 th add value (default: 1)
  538. --avalon8-iic-detect Enable Avalon8 detect through iic controller
  539. --avalon8-nonce-mask <arg> Set A3210 nonce mask, range 24-32. (default: -1)
  540. --avalon8-nonce-check <arg> Set A3210 nonce check, range 0-1. (default: 1)
  541. --avalon8-roll-enable <arg> Set A3210 roll enable, range 0-1. (default: 1)
  542. --avalon8-mux-l2h <arg> Set Avalon8 mux l2h, range 0-2. (default: 0)
  543. --avalon8-mux-h2l <arg> Set Avalon8 mux h2l, range 0-1. (default: 1)
  544. --avalon8-h2ltime0-spd <arg> Set Avalon8 h2ltime0 spd, range 0-255. (default: 3)
  545. --avalon8-spdlow <arg> Set Avalon8 spdlow, range 0-3. (default: -1)
  546. --avalon8-spdhigh <arg> Set Avalon8 spdhigh, range 0-3. (default: 3)
  547. --avalon8-cinfo-asic Set Avalon8 cinfo asic index, range:[0, 25], step: 1
  548. --avalon8-pid-p <arg> Set Avalon8 pid-p, range 0-9999. (default: 2)
  549. --avalon8-pid-i <arg> Set Avalon8 pid-i, range 0-9999. (default: 5)
  550. --avalon8-pid-d <arg> Set Avalon8 pid-d, range 0-9999. (default: 0)
  551. BFLSC Devices
  552. --bflsc-overheat <arg> Set overheat temperature where BFLSC devices throttle, 0 to disable (default: 90)
  553. This will allow you to change or disable the default temperature where cgminer
  554. throttles BFLSC devices by allowing them to temporarily go idle.
  555. BITFURY Devices
  556. --bxf-bits <arg> Set max BXF/HXF bits for overclocking (default: 54)
  557. In combination with the dynamic clocking on Bi*fury devices, this sets the
  558. highest bit target that cgminer will aim for.
  559. --bxf-temp-target <arg> Set target temperature for BXF/HXF devices (default: 82)
  560. Cgminer uses dynamic clocking on Bi*fury devices to try and maintain the
  561. temperature just below an optimal target. This option allows you to change the
  562. target temperature. When actively cooled below this, the devices will run at
  563. maximum speed.
  564. --bxm-bits <arg> Set BXM bits for overclocking (default: 54)
  565. Choose the overclocking bits for BFx2 devices.
  566. --nfu-bits <arg> Set nanofury bits for overclocking range 32-63 (default: 50)
  567. Cgminer by default sets the clockspeed on nanofury devices to the highest that
  568. is still within USB2 spec. This value allows you to alter the clockspeed, with
  569. ~54 being the optimal but requiring a higher power or USB3 port.
  570. Cointerra Devices
  571. --cta-load <arg> (0 - 255)
  572. --ps-load <arg> (0 - 100)
  573. These are undocumented.
  574. Drillbit Systems Devices
  575. --drillbit-options <arg> Set drillbit options <int|ext>:clock[:clock_divider][:voltage]
  576. * int/ext defines the clock source - default int. Not all boards support ext.
  577. * clock_divider must be 1 or 2 with a default of 1. Bitfury only,
  578. ignored on Avalon.
  579. * clock is in MHz, on Drillbit range 80-250 with a default of 200,
  580. recommended maximum 230. On Avalon range 500-1000 with a
  581. recommended maximum of 800.
  582. * voltage is ASIC core voltage in millivolts, available values vary per board but
  583. default is 850 and the recommended maximum is 950 (Bitfury) and 1000 (Avalon.)
  584. --drillbit-auto <every>:[<gooderr>:<baderr>:<maxerr>]
  585. If supported by firmware and device, this feature allows cgminer to
  586. automatically tweak each ASIC's clock rate up and down in to achieve
  587. optimal performance.
  588. * every - only required param, check each ASIC after each block of
  589. this many work units. Recommended value 100.
  590. * gooderr - the "Good" threshold is when less hardware errors than
  591. this per "every" work units, the clock rate will be increased.
  592. Default value 1.
  593. * baderr - the "Bad" threshold is when more hardware errors than
  594. this per "every" work units, the clock rate will be decreased.
  595. Default value 3.
  596. * maxerr - the "Max" threshold is when more hardware errors than
  597. this per "every" work units (including pre-empting before
  598. "every" work units is up), the clock rate will be decreased and
  599. will not be increased again past this point. Default value 10.
  600. BlackArrow Bitfury devices
  601. --bab-options <arg> Set BaB options Max:Def:Min:Up:Down:Hz:Delay:Trf
  602. Any option left blank or starting with 'd' will use the default setting
  603. If there are not enough options, then the remaining will be left at their
  604. default value
  605. Max:Def:Min are the chip speed limits to allow, ranging from 52 to 57
  606. Up:Down are the HW error % used to tune the chip speed
  607. Up means if the HW error % is less than up, over a 5 minute period,
  608. then increase the chip speed
  609. Down means if the HW error % is greater than down, over 5 minutes,
  610. then decrease the chip speed
  611. Hz is the SPI clock speed to use
  612. Delay is the us delay used between bytes for the SPI I/O - default 0
  613. Trf is the us delay used between sends for the SPI I/O - default 0
  614. Hashfast devices
  615. --hfa-hash-clock <arg> Set hashfast clock speed (default: 550)
  616. This will change the initialisation clock speed on all attached hfa devices.
  617. Note that if instability is detected by cgminer and the device has to undergo
  618. a reset, cgminer will lower the clockspeed on resetting it each time till the
  619. value returns to the default of 550.
  620. --hfa-fail-drop <arg> Set how many MHz to drop clockspeed each failure on an overlocked hashfast device (default: 10)
  621. If you overclock your hashfast device with --hfa-hash-clock and cgminer detects
  622. it failing to return hashes, it will restart it at a lower clock speed if
  623. possible. Changing this value will allow you to choose how much it will lower
  624. the clock speed or to disable this function entirely.
  625. --hfa-fan <arg> Set fanspeed percentage for hashfast, single value or range (default: 10-85)
  626. This changes the range of fanspeeds used on hashfast devices with firmware that
  627. supports it. Note that the fanspeed will dynamically change to try and maintain
  628. a target temperature with --hfa-temp-target but if the target temperature is
  629. disabled, the fanspeed will remain static.
  630. eg:
  631. --hfa-fan 25-100
  632. --hfa-temp-overheat <arg> Set the hashfast overheat throttling temperature (default: 95)
  633. Cgminer will temporarily stop sending hashfast devices work once this
  634. temperature is reached. Note that with the water cooling in these devices,
  635. temperature recovery is likely to be very quick and the device will start
  636. hashing again after only a very brief period.
  637. --hfa-temp-target <arg> Set the hashfast target temperature (0 to disable) (default: 88)
  638. On hashfast devices with firmware that supports dynamic fanspeed and die speeds,
  639. cgminer will try to maintain temperature according to this target by adjusting
  640. fanspeed and then if need be, throttle speeds on a die-by-die basis. Disabling
  641. this feature will leave a constant fanspeed and die speed but will not disable
  642. the temp-overheat feature.
  643. --hfa-name <arg> Set a unique name for a single hashfast device specified with --usb or the first device found
  644. This command allows you to specify the unique name stored in nvram on a single
  645. hashfast device. This name can be queried from the API stats command and comes
  646. up as "op name". Discrete names are used by cgminer to try to maintain settings
  647. across restarts, unplugs/hotplugs and so on. If this command is used by itself,
  648. the name will be given to the first hashfast device it encounters and then
  649. cgminer will proceed to go back to regular mining. If you have multiple devices,
  650. it is best to discretely choose the device you wish to use with the --usb
  651. command. For example
  652. 'lsusb' on linux shows the following devices (297c:0001 is a hfa device):
  653. Bus 001 Device 079: ID 297c:0001
  654. Bus 004 Device 042: ID 297c:0001
  655. If you wished to name the second device Slug you would add the commands:
  656. --hfa-name Slug --usb 4:42
  657. --hfa-noshed Disable hashfast dynamic core disabling feature
  658. Newer firmwares on hashfast devices dynamically disable cores that generate
  659. invalid data. This command will disable this feature where possible.
  660. --hfa-options <arg> Set hashfast options name:clock or clock@voltage (comma separated)
  661. This command allows you to set options for each discrete hashfast device by
  662. its name (if the firmware has naming support, i.e. version 0.3+). Currently
  663. this takes as option the clock speed alone or clock speed and voltage,
  664. although future options may be added.
  665. e.g.:
  666. --hfa-options "rabbit:650,turtle:550@800"
  667. Would set a device named rabbit to clock speed 650 MHz using default voltage
  668. and the one named turtle to 550 MHz using a voltage of 800 mv. Starting the
  669. device at a speed where it is most stable will give more reliable hashrates
  670. long term and prevent it interacting with other devices, rather than depending
  671. on the clockdown feature in cgminer.
  672. Note: Setting voltage cause a board reset and hotplug event on cgminer startup.
  673. Other undocumented hashfast command line options are for development purposes
  674. only at this stage and serve no useful purpose to end users.
  675. Hashratio Devices
  676. --hro-freq Set the hashratio clock frequency (default: 280)
  677. Bitmine A1 Devices
  678. --bitmine-a1-options <ref_clk>:<sys_clk>:<spi_clk>:<max_chip>
  679. ref_clk: reference clock in kHz (default: 16000)
  680. sys_clk: target system clock in kHz to be set in PLL (default: 250000)
  681. spi_clk: SPI clock in kHz (default: 800)
  682. max_chip: [debug/testing] limit chip chain
  683. Set 0 for fields you want to keep untouched to default, e.g.
  684. --bitmine-a1-options 0:0:400
  685. to only set SPI clock to 400kHz
  686. Rockminer R-Box Devices
  687. --rock-freq <arg> Set RockMiner frequency in MHz, range 125-500 (default: 270)
  688. Note that only a limited range is likely to be accepted (usually 200-290)
  689. ---
  690. This code is provided entirely free of charge by the programmer in his spare
  691. time so donations would be greatly appreciated. Please consider donating to the
  692. address below.
  693. Con Kolivas <kernel@kolivas.org>
  694. 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ