You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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.