Ethereum Nanopool - Mining on the video card

in #ethereum8 years ago (edited)

Official site pool -  http://nanopool.org/


                                                                             Getting started

The following is a quick start guide of mining Ethereum on Windows 7 or greater x64.To mine Ethereum you need a GPU, 4+GB RAM, Etherum account and GPU miner. The GPU must have at least 2GB memory. Recomended AMD GPU driver 15.12. If you have not chosen GPU we recommend you to check the hardware section. Account can be obtained in several ways. The simplest way to register on one of exchanges.
 

 Download Genoil Miner v1.0.8: 
 

Make sure start.bat file looks like this:

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.nanopool.org:9999 -O  0x7bE1ee1f5f89c203bF8170588366509c47dd9F72 .YOUR_WORKER_NAME/YOUR_EMAIL

Where:

  • YOUR_WALLET - your valid ethereum address(like  0x7bE1ee1f5f89c203bF8170588366509c47dd9F72 )
  • YOUR_WORKER - simple short worker name (like worker01). Optional.
  • YOUR_MAIL - your email address for notifications. Optional.

Don`t forget to set wallet, worker and email address for ethereum to correct values.