Post
Topic
Board Mining (Altcoins)
Docker for xmr-stak mining
by
niobio-pool
on 16/02/2018, 04:10:27 UTC
Use Docker to easily run xmr-stak:


- Docker (Linux or Mac OSX hosts)

# Linux (with GPU support, host kernel must have drivers installed)

docker run -it --rm --device /dev/dri:/dev/dri -v $PWD:/cfg rig1/xmr-stak

# Mac OSX and Linux (CPU only)

docker run -it --rm -v $PWD:/cfg rig1/xmr-stak

See more about xmr-stak Docker at: https://hub.docker.com/r/rig1/xmr-stak/

Configuration files (*.txt) will be generated and can be edited in the host's current working dir.


- Other versions and installation scripts for Windows, Mac and Linux:

https://niobio-pool.com/dl/

https://niobio-pool.com/dl/README.txt


- Native OS xmr-stak installation from terminal is as easy as running (no Docker needed):

curl -fsSL https://niobio-pool.com/dl/install-linux.sh | bash

curl -fsSL https://niobio-pool.com/dl/install-macosx.sh | bash