ASIC-README 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. SUPPORTED DEVICES
  2. Currently supported devices include the Avalon and the Butterfly Labs SC range
  3. of devices. The BFL devices should come up as one of the following:
  4. BAJ: BFL ASIC Jalapeño
  5. BAL: BFL ASIC Little Single
  6. BAS: BFL ASIC Single
  7. BAM: BFL ASIC Minirig
  8. GETTING STARTED WITH BUTTERFLY LABS ASICS
  9. Unlike other software, cgminer uses direct USB communication instead of the
  10. ancient serial USB communication to be much faster, more reliable and use a
  11. lot less CPU. For this reason, setting up for mining with cgminer on these
  12. devices requires different drivers.
  13. WINDOWS:
  14. On windows, the direct USB support requires the installation of a WinUSB
  15. driver (NOT the ftdi_sio driver), and attach it to the Butterfly labs device.
  16. The easiest way to do this is to use the zadig utility which will install the
  17. drivers for you and then once you plug in your device you can choose the
  18. "list all devices" from the "option" menu and you should be able to see the
  19. device as something like: "BitFORCE SHA256 SC". Choose the install or replace
  20. driver option and select WinUSB. You can either google for zadig or download
  21. it from the cgminer directoy in the DOWNLOADS link above.
  22. LINUX:
  23. On linux, the direct USB support requires no drivers at all. However due to
  24. permissions issues, you may not be able to mine directly on the devices as a
  25. regular user without giving the user access to the device or by mining as
  26. root (administrator). In order to give your regular user access, you can make
  27. him a member of the plugdev group with the following commands:
  28. sudo usermod -G plugdev -a `whoami`
  29. If your distribution does not have the plugdev group you can create it with:
  30. sudo groupadd plugdev
  31. In order for the BFL devices to instantly be owned by the plugdev group and
  32. accessible by anyone from the plugdev group you can either copy the file
  33. "01-cgminer.rules" from the cgminer archive into the /etc/udev/rules.d
  34. directory with the following command:
  35. sudo cp 01-cgminer.rules /etc/udev/rules.d/
  36. Or you can manually create a file/add to a rules.d file with following rules
  37. (most users won't want to do this manually):
  38. ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"
  39. ATTRS{idVendor}=="1fc9", ATTRS{idProduct}=="0003", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"
  40. After this you can either manually restart udev and re-login, or more easily
  41. just reboot.
  42. AVALON DEVICES
  43. Currently all known Avalon devices come with their own operating system and
  44. a preinstalled version of cgminer as part of the flash firmware, based on the
  45. most current cgminer version so no configuration should be necessary. It is
  46. possible to plug a USB cable from a PC into the Avalon device and use the
  47. --avalon-options copying the command as used by the internal router used by the
  48. Avalon. However since the Avalon code still currently uses the old serial usb
  49. interface and is being rewritten to use direct USB, it is prudent to not be
  50. dependent on this command long term, assuming it will go away.
  51. ---
  52. This code is provided entirely free of charge by the programmer in his spare
  53. time so donations would be greatly appreciated. Please consider donating to the
  54. address below.
  55. Con Kolivas <kernel@kolivas.org>
  56. 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ