Author

Topic: Docker for xmr-stak mining (Read 103 times)

newbie
Activity: 12
Merit: 0
February 15, 2018, 11:10:27 PM
#1
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
Jump to: