README.gekko.txt 774 B

12345678910111213141516171819
  1. ##################################################
  2. #author: Novak #
  3. #email: novak@gekkoscience.com #
  4. #BTC address: 1NovakVK1FWdh9gs41dckVQS8bxSzwiaRw #
  5. ##################################################
  6. You may compile compac support with the ./configure option --enable-gekko.
  7. You can set the clock speed between 100 and 500 MHz using the --compac-freq option, do not expect it to run over about 150MHz on stock USB power (depending on voltage and the individual stick).
  8. There is an example file showing usage: cgminer_run.sh
  9. Usage:
  10. ./cgminer --compac-freq <num>
  11. <num> is any integer from 100 to 500.
  12. You can calculate the expected hashrate as 0.055*(clock_in_mhz)=GH/s. For example, 200 MHz gives 11GH/s.
  13. --
  14. novak