Ethereum CUDA Mining with Docker and Nanopool

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Patrick

Administrator
Staff member
Dec 21, 2010
12,519
5,826
113
If you want to give it a go pushing a new image using Genoil CUDA miner. I have only tested on nanopool thus far but it is scaling to 10x GTX 1080 TI's
Code:
docker pull servethehome/ethereum:cuda
That will pull the image.

To run:

Code:
nvidia-docker run -it servethehome/ethereum:cuda -S us-west1.nanopool.org:9999 -O <walletaddress>.<machinename>.<e-mail>
Replace the walletaddress machine name and e-mail (without <>) to get up and running. You can also change the server directly from here (us-west.nanopool.org:9999)

Trying this out not naming the specific pool in the image. I do not like it as much since I am guessing this will break with other pools that use different syntax.