Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Docker container for Ethereum mining with CUDA (nsfminer)

License

Notifications You must be signed in to change notification settings

pixelchrome/docker-nsfminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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://[email protected]:5555

Build

To build the image locally

docker build -t pixelchrome/docker-nsfminer .

Support

Leave a tip here 0xe01A5deB05749d816176DB35499c5B50B1759449

About

Docker container for Ethereum mining with CUDA (nsfminer)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published