Skip to content

Instantly share code, notes, and snippets.

@alaingalvan
Created December 19, 2017 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alaingalvan/ff924a28714bf4d9001f17087ce0e532 to your computer and use it in GitHub Desktop.
Save alaingalvan/ff924a28714bf4d9001f17087ce0e532 to your computer and use it in GitHub Desktop.
  1. Download Geth, Etherium's official CLI and CPU miner.

  2. Create an account:

geth account new
  1. Download Ethminer.

  2. Create a script file like ethmine.bat in the directory where ethminer is:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe --farm-recheck 200 -G -S eu1.ethermine.org:4444 -FS us1.ethermine.org:4444 -O <YourPublicKey>.<YourPCName>
  1. run ethminer with that script:
ethmine.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment