-
Download Geth, Etherium's official CLI and CPU miner.
-
Create an account:
geth account new
-
Download Ethminer.
-
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>
- run ethminer with that script:
ethmine.bat