Skip to content

Docker image

Ben Gräf edited this page May 10, 2020 · 9 revisions

Install Docker:

sudo apt install docker.io

To run the XMRigCC docker container just call:

docker run bendr0id/xmrigcc

The docker container will automatically run an instance of XMRrigCC, the config parameters can be passed directly to it.

A list of all available parameters can be found here.

Sample:

docker run bendr0id/xmrigcc -a cryptonight -o donate2.graef.in:443 --tls -u YOUR_WALLET_ID -p x -k --cc-url=IP_OF_CC_SERVER:PORT --cc-access-token=SECRET_TOKEN_TO_ACCESS_CC_SERVER
Clone this wiki locally