/docker-nsfminer

Docker container for Ethereum mining with CUDA (nsfminer)

Primary LanguageDockerfileGNU Lesser General Public License v3.0LGPL-3.0

Docker container for Ethereum mining with CUDA (nsfminer)

This Docker container was inspired by the docker-ethminer. It uses the nsfminer.

NOTE: Tested with Ubuntu 18.04.5 LTS

Requirements

  • NVIDIA drivers for your GPU installed
  • NVIDIA-docker installed

See the Installation Guide for more details.

Usage

docker run \
-it --gpus all \
pixelchrome/docker-nsfminer \
-P <scheme://[user[.workername][:password]@]hostname:port[/...]>

NOTE: -U [--cuda] (Mine/Benchmark using CUDA only) is set by default.

Show Logs

docker logs -f nsfminer

Example

docker run \
-it -d \
--restart unless-stopped \
--name=nsfminer \
--gpus all \
pixelchrome/docker-nsfminer \
-P stratum1+ssl://0xe01A5deB05749d816176DB35499c5B50B1759449.gh@eu1.ethermine.org:5555

Build

To build the image locally

docker build -t pixelchrome/docker-nsfminer .

Support

Leave a tip here 0xe01A5deB05749d816176DB35499c5B50B1759449