Because servethehome/monero_xmrig
is very outdated.
XMRig Version: 6.22.1
If a new version for XMRig comes out and you want me to update this docker, feel free to open an issue or do a pull request.
I will try to update this docker as quickly as possible.
$username
- pool username$pool
- pool address (with protocol, likestratum+tcp://
)$threads
- Number of threads to mine with (recommended isvCPU / 2
)$donate
- percentage of hash to donate to devs (not me)$password
- optional for most pools$coin
- which coin to mine$algo
- which algorithm to mine$VERSION
- XMRig version to use
docker run -ti --rm \
-e username=$username \
-e xmrpool=$pool \
-e numthreads=$threads \
-e startport=$port \
-e donate=$donate \
-e coin=$coin \
-e VERSION=$VERSION \
ghcr.io/rblaine95/monero_xmrig
docker run -ti --rm \
-e username=$username \
-e xmrpool=$pool \
-e numthreads=$threads \
-e startport=$port \
-e donate=$donate \
-e algo=$algo \
-e VERSION=$VERSION \
ghcr.io/rblaine95/monero_xmrig
$threads
- output ofnproc / 2
$port
-3333
$xmrpool
-stratum+tcp://pool.supportxmr.com
$password
-docker
$donate
-5
$coin
-monero
$algo
-null
$VERSION
- Current XMRig version listed above