Skip to content

Instantly share code, notes, and snippets.

@abelardojarab
Last active February 17, 2018 07:04
Show Gist options
  • Select an option

  • Save abelardojarab/6a294920d29714e59ec1442a5a5745ae to your computer and use it in GitHub Desktop.

Select an option

Save abelardojarab/6a294920d29714e59ec1442a5a5745ae to your computer and use it in GitHub Desktop.
Compile and run ethminer in CUDA mode

Compiling ethminer in CUDA mode

$ cmake .. -DETHASHCL=OFF -DETHASHCUDA=ON -DCOMPUTE=61

Running ethminer in CUDA mode (-U)

$ ./ethminer/ethminer -U --farm-recheck 200 -S us1.ethermine.org:4444 -FS us2.ethermine.org:4444 -O 0xaA116EF507B38283A040fC00628750838b8b6CC9  --cuda-parallel-hash 2 --cuda-block-size 256 --cuda-streams 2 --cuda-schedule spin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment