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.

945 B

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