Skip to content

Docker container for Ethereum mining with CUDA.

Notifications You must be signed in to change notification settings

thipokch/docker-ethminer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum CUDA Miner (NSFMiner)

Docker container for Ethereum mining with CUDA.

Simple and easy to run, if you have a Nvidia GPU and want to mine eth.

Note: This image builds nsfminer, which is an activily maintained fork of https://github.com/no-fee-ethereum-mining/nsfminer (EthMiner, but with support for newer CUDA)

Requirements

  • Nvidia drivers for your GPU, you can get them here: Nvidia drivers
  • Nvidia-docker (so docker can access your GPU) install instructions here: nvidia-docker

How to run

$ nvidia-docker run -it anthonytatowicz/eth-cuda-miner ARG1 ARG2 ...

# Example
$ nvidia-docker run -it anthonytatowicz/eth-cuda-miner \
-S us-west1.nanopool.org:9999 \
-O <your_wallet_address>.<worker_name>/<your_email>

Note: -U is set by default

Note: Be sure to change the -O argument to your mining address and email.
The format goes like this "address.worker/email"

Help

$ etherminer --help

Questions?

You can leave a comment below or send an email to thipok (point) [email protected].
If this helped and you'd like to leave a tip --> 0xA12FCD6ad908ce24E78F3ED942e7F74e656e790a

About

Docker container for Ethereum mining with CUDA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%