docker-monero-asy/xmrig-proxy
Matt Smith 87252c1b47
xmrig-proxy: Bump to 6.3.0
2020-07-17 10:31:32 +01:00
..
patches xmrig-proxy: Init at 5.11.0 2020-07-09 18:15:28 +01:00
Dockerfile xmrig-proxy: Bump to 6.3.0 2020-07-17 10:31:32 +01:00
README.md xmrig-proxy: Init at 5.11.0 2020-07-09 18:15:28 +01:00

README.md

xmrig-proxy

Docker image for the XMRig mining proxy.

Features

Usage Example

docker run \
    --rm \
    -d \
    --name xmrig-proxy \
    -p 3333:3333 \
    moneromint/xmrig-proxy \
    --bind=0.0.0.0:3333 \
    --url=xmrpow.de:4242 \
    --user=YOUR_WALLET_ADDRESS