This Docker container was inspired by the docker-ethminer. It uses the nsfminer.
NOTE: Tested with Ubuntu 18.04.5 LTS
- NVIDIA drivers for your GPU installed
- NVIDIA-docker installed
See the Installation Guide for more details.
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.
docker logs -f nsfminer
docker run \
-it -d \
--restart unless-stopped \
--name=nsfminer \
--gpus all \
pixelchrome/docker-nsfminer \
-P stratum1+ssl://0xe01A5deB05749d816176DB35499c5B50B1759449.gh@eu1.ethermine.org:5555
To build the image locally
docker build -t pixelchrome/docker-nsfminer .
Leave a tip here 0xe01A5deB05749d816176DB35499c5B50B1759449