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.
Matt Smith ac10861ad5
xmrig: Bump to 6.3.0
4 years ago
..
patches xmrig: Init at 6.2.2 4 years ago
Dockerfile xmrig: Bump to 6.3.0 4 years ago
README.md xmrig: Init at 6.2.2 4 years ago

README.md

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.