Skip to content

Docker container for Ethereum mining with CUDA.

Notifications You must be signed in to change notification settings

langyxxl/docker-ethminer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Ethereum CUDA Miner

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 ethminer, which an activily maintained Genoil fork https://github.com/ethereum-mining/ethminer

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 [email protected]. If this helped and you'd like to leave a tip --> 0x20ad58fe023265577565c7eb44b55c31e7497c33

About

Docker container for Ethereum mining with CUDA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published