Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 782 Bytes

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 nsfminer, which is an activily maintained https://github.com/no-fee-ethereum-mining/nsfminer

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 airedwin/nsfminer ARG1 ARG2 ...

# Example
$ nvidia-docker run -it airedwin/nsfminer \
-P stratum://[email protected]:4444

Note: -U is set by default

Help

$ nsfminer --help