ASIC-README 31 KB

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