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 87252c1b47
xmrig-proxy: Bump to 6.3.0
4 years ago
..
patches xmrig-proxy: Init at 5.11.0 4 years ago
Dockerfile xmrig-proxy: Bump to 6.3.0 4 years ago
README.md xmrig-proxy: Init at 5.11.0 4 years ago

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