Run xmrig
using Docker.
This image clones https://github.com/xmrig/xmrig/
and builds it according to instructions.
Append any xmrig
params after the image name. i.e:
docker run -it --rm lchaia/xmrig --url randomx-benchmark.xmrig.com:7777 --algo rx/test
version: "3"
services:
xmrig:
image: lchaia/xmrig
command: -c /xmrig/config.json --url randomx-benchmark.xmrig.com:7777 --algo rx/test
volumes:
- ./xmrig-config.json:/xmrig/config.json
Code from this repository is released under MIT license. xmrig code is released under GPL-3
Please consider donating to the xmrig team.