docker-monero/xmrig/README.md

983 B

xmrig

Docker image for the XMRig Monero miner.

Features

Usage Example

docker run \
    --rm \
    -i \
    -t \
    moneromint/xmrig \
    -a rx/0 \
    -o xmrpow.de:4242 \
    -u YOUR_WALLET_ADDRESS \

Performance Notes

Enable huge pages and apply the MSR tweaks from the host machine; the container is unable to do this.