FPGA-README 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. This README contains extended details about FPGA mining with cgminer
  2. ModMinerQuad (MMQ)
  3. ------------------
  4. The mining bitstream does not survive a power cycle, so cgminer will upload
  5. it, if it needs to, before it starts mining
  6. You must make sure you have an approriate firmware in your MMQ
  7. Read here for official details of changing the firmware:
  8. http://wiki.btcfpga.com/index.php?title=Firmware
  9. The basics of changing the firmware are:
  10. Join the 2 left pads of the "RESET" pad with wire and the led will dim
  11. Without dicsonnecting the "RESET", join the 2 left pads of the "ISP" pad
  12. with a wire and it will stay dim
  13. Release "RESET" then release "ISP" and is should still be dim
  14. Unplug the USB and when you plug it back in it will show up as a mass
  15. storage device
  16. Linux: (as one single line):
  17. mcopy -i /dev/disk/by-id/usb-NXP_LPC134X_IFLASH_ISP000000000-0:0
  18. modminer091012.bin ::/firmware.bin
  19. Windows: delete the MSD device file firmware.bin and copy in the new one
  20. rename the new file and put it under the same name 'firmware.bin'
  21. Disconnect the USB correctly (so writes are flushed first)
  22. Join and then disconnect "RESET" and then plug the USB back in and it's done
  23. Best to update to one of the latest 2 listed below if you don't already
  24. have one of them in your MMQ
  25. The current latest different firmware are:
  26. Latest for support of normal or TLM bitstream:
  27. http://btcfpga.com/files/firmware/modminer092612-TLM.bin
  28. Latest with only normal bitstream support (Temps/HW Fix):
  29. http://btcfpga.com/files/firmware/modminer091012.bin
  30. The code is currently tested on the modminer091012.bin firmware.
  31. This comment will be updated when others have been tested
  32. Bitforce (BFL)
  33. --------------
  34. --bfl-range Use nonce range on bitforce devices if supported
  35. This option is only for bitforce devices. Earlier devices such as the single
  36. did not have any way of doing small amounts of work which meant that a lot of
  37. work could be lost across block changes. Some of the "minirigs" have support
  38. for doing this, so less work is lost across a longpoll. However, it comes at
  39. a cost of 1% in overall hashrate so this feature is disabled by default. It
  40. is only recommended you enable this if you are mining with a minirig on
  41. p2pool.
  42. BFGMiner also bundles a bitforce-firmware-flash utility on Linux. Using this,
  43. you can change the bitstream firmware on BitFORCE Singles. It is untested with
  44. other devices. Use at your own risk! Windows users may use Butterfly Labs
  45. EasyMiner to change firmware.
  46. To compile:
  47. make bitforce-firmware-flash
  48. To flash your BFL, specify the BFL port and the flash file e.g.:
  49. sudo ./bitforce-firmware-flash /dev/ttyUSB0 alphaminer_832.bfl
  50. It takes a bit under 3 minutes to flash a BFL and shows a progress % counter
  51. Once it completes, you may also need to wait about 15 seconds,
  52. then power the BFL off and on again
  53. If you get an error at the end of the BFL flash process stating:
  54. "Error reading response from ZBX"
  55. it may have worked successfully anyway.
  56. Test mining on it to be sure if it worked or not.
  57. You need to give cgminer about 10 minutes mining with the BFL to be sure of
  58. the MH/s value reported with the changed firmware - and the MH/s reported
  59. will be less than the firmware speed since you lose work on every block change.
  60. Icarus (ICA)
  61. ------------
  62. There are two hidden options in cgminer when Icarus support is compiled in:
  63. --icarus-options <arg> Set specific FPGA board configurations - one set of values for all or comma separated
  64. baud:work_division:fpga_count:quirks
  65. baud The Serial/USB baud rate - 115200 or 57600 only - default 115200
  66. work_division The fraction of work divided up for each FPGA chip - 1, 2, 4 or 8
  67. e.g. 2 means each FPGA does half the nonce range - default 2
  68. fpga_count The actual number of FPGA working - this would normally be the same
  69. as work_division - range is from 1 up to 'work_division'
  70. It defaults to the value of work_division - or 2 if you don't specify
  71. work_division
  72. quirks List of quirks to enable and disable (after a minus sign):
  73. r Reopen device regularly to workaround buggy Icarus USB chipset
  74. (enabled by default)
  75. If you define fewer comma seperated values than Icarus devices, the last values will be used
  76. for all extra devices
  77. An example would be: --icarus-options 57600:2:1:-r
  78. This would mean: use 57600 baud, the FPGA board divides the work in half however
  79. only 1 FPGA actually runs on the board, and don't reopen the device (e.g. like
  80. an early CM1 Icarus copy bitstream)
  81. --icarus-timing <arg> Set how the Icarus timing is calculated - one setting/value for all or comma separated
  82. default[=N] Use the default Icarus hash time (2.6316ns)
  83. short Calculate the hash time and stop adjusting it at ~315 difficulty 1 shares (~1hr)
  84. long Re-calculate the hash time continuously
  85. value[=N] Specify the hash time in nanoseconds (e.g. 2.6316) and abort time (e.g. 2.6316=80)
  86. If you define fewer comma seperated values than Icarus devices, the last values will be used
  87. for all extra devices
  88. Icarus timing is required for devices that do not exactly match a default Icarus Rev3 in
  89. processing speed
  90. If you have an Icarus Rev3 you should not normally need to use --icarus-timing since the
  91. default values will maximise the MH/s and display it correctly
  92. Icarus timing is used to determine the number of hashes that have been checked when it aborts
  93. a nonce range (including on a LongPoll)
  94. It is also used to determine the elapsed time when it should abort a nonce range to avoid
  95. letting the Icarus go idle, but also to safely maximise that time
  96. 'short' or 'long' mode should only be used on a computer that has enough CPU available to run
  97. cgminer without any CPU delays (an active desktop or swapping computer would not be stable enough)
  98. Any CPU delays while calculating the hash time will affect the result
  99. 'short' mode only requires the computer to be stable until it has completed ~315 difficulty 1 shares
  100. 'long' mode requires it to always be stable to ensure accuracy, however, over time it continually
  101. corrects itself
  102. When in 'short' or 'long' mode, it will report the hash time value each time it is re-calculated
  103. In 'short' or 'long' mode, the scan abort time starts at 5 seconds and uses the default 2.6316ns
  104. scan hash time, for the first 5 nonce's or one minute (whichever is longer)
  105. In 'default' or 'value' mode the 'constants' are calculated once at the start, based on the default
  106. value or the value specified
  107. The optional additional =N specifies to set the default abort at N 1/10ths of a second, not the
  108. calculated value, which is 112 for 2.6316ns
  109. To determine the hash time value for a non Icarus Rev3 device or an Icarus Rev3 with a different
  110. bitstream to the default one, use 'long' mode and give it at least a few hundred shares, or use
  111. 'short' mode and take note of the final hash time value (Hs) calculated
  112. You can also use the RPC API 'stats' command to see the current hash time (Hs) at any time
  113. The Icarus code currently only works with an FPGA device that supports the same commands as
  114. Icarus Rev3 requires and also is less than ~840MH/s and greater than 2MH/s
  115. If an FPGA device does hash faster than ~840MH/s it should work correctly if you supply the
  116. correct hash time nanoseconds value
  117. The timing code itself will affect the Icarus performance since it increases the delay after
  118. work is completed or aborted until it starts again
  119. The increase is, however, extremely small and the actual increase is reported with the
  120. RPC API 'stats' command (a very slow CPU will make it more noticeable)
  121. Using the 'short' mode will remove this delay after 'short' mode completes
  122. The delay doesn't affect the calculation of the correct hash time