Docker container for Ethereum mining with CUDA (nsfminer)
1.2K
This Docker container was inspired by the docker-ethminer. It uses the nsfminer.
NOTE: Tested with Ubuntu 18.04.5 LTS
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://[email protected]:5555
To build the image locally
docker build -t pixelchrome/docker-nsfminer .
Leave a tip here 0xe01A5deB05749d816176DB35499c5B50B1759449
Content type
Image
Digest
Size
96.2 MB
Last updated
about 5 years ago
docker pull pixelchrome/docker-nsfminer