README_scrypt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. cgminer-scrypt
  2. ==============
  3. CGMiner 4.3.5 with GridSeed, Zeus and Lketc scrypt ASIC support.
  4. This file describes Scrypt-specific settings and options.
  5. For general CGMiner information refer to README.
  6. Scrypt algorithm code was ported from CGMiner version 3.7.2.
  7. ## LKETC usb miner ##
  8. This code is forked from original cgminer-dmaxl-zeus.
  9. I made a custom driver for LKETC usb miner that you can find on ebay, like this:
  10. ![Extended Canvas Screenshot](http://farman-aeromodelisme.fr/hors_site/lketc.jpg)
  11. My code is base on Zeus scrypt Asic, but I made some changes to enable possibility to use Zeus and LKETC as same time (with tuning for each kind of miner)
  12. to build this specific code:
  13. ./autogen.sh
  14. ./configure --enable-scrypt --enable-zeus
  15. make
  16. ### Option Summary ###
  17. ```
  18. --lketc-clock <clock> Default chip clock speed (MHz)
  19. --lketc-options <ID>,<chips>,<clock>[;<ID>,<chips>,<clock>...]
  20. Set chips and clock speed for individual devices
  21. --lketc-nocheck-golden Skip golden nonce verification during initialization (serial mode only)
  22. --lketc-debug Enable extra Lketc driver debugging output in verbose mode
  23. ```
  24. The following three examples are equivalent assuming two miners are connected:
  25. # Using libusb
  26. ./cgminer --scrypt --lketc-clock 280
  27. # Direct serial I/O, manual port specification
  28. ./cgminer --scrypt --lketc-clock 280 --scan-serial /dev/ttyUSB0 \
  29. --scan-serial /dev/ttyUSB1 --scan-serial /dev/ttyUSB2
  30. # Direct serial I/O, auto-detect ports (Linux only)
  31. ./cgminer --scrypt --lektc-clock 280 --scan-serial lketc:auto
  32. Exemple If you use Lketc and a Gaw Fury :
  33. ./cgminer --scrypt --lketc-clock 280 --zeus-chips 6 --zeus-clock 328