mirror of
https://git.wownero.com/asymptotically/docker-monero.git
synced 2024-08-15 01:03:28 +00:00
.. | ||
patches | ||
Dockerfile | ||
README.md |
xmrig
Docker image for the XMRig Monero miner.
Features
- TLS with OpenSSL.
- Donation level defaults to zero. Please send Mr XMRig some coins if you can.
- Single static binary. No BS.
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.