Sign inSign up

machisuji/xmr-stak

By machisuji

Updated over 8 years ago

xmr-stak from https://github.com/fireice-uk/xmr-stak at 2ae7260b90fe3dbe835ba2489519510f0e57d770

Image
0

1.4K

machisuji/xmr-stak repository overview

Running

To run xmr-stak as a daemon use:

DATA_DIR=/opt/xmr-stak # folder including config.txt etc.
sudo docker run -d -u $(id -u):$(id -g) --name xmr-stak -v "$DATA_DIR":/mnt machisuji/xmr-stak

You can check if it's running using docker ps. Stop it using docker stop xmr-stak and start it again using docker start xmr-stak.

Setup

If you don't have a config.txt yet, run the image once to use the wizard.

DATA_DIR=/opt/xmr-stak # folder including config.txt etc.
sudo docker run --rm -it -u $(id -u):$(id -g) -v "$DATA_DIR":/mnt machisuji/xmr-stak

After you can stop it using ctrl + c since it will start mining right away. It will have generated the config.txt at that point.

Tag summary

Content type

Image

Digest

Size

163.7 MB

Last updated

over 8 years ago

docker pull machisuji/xmr-stak