xmr mining application. it's based on xmrig-5.4.0 for windows/linux/docker.
905
XMR mining application. it's based on xmrig-5.4.0 for Windows/Linux/Docke, check here for more information.
docker run -it -e pool='your mining pool' -e wallet='your wallet' -e worker='worker name' colinchang/xmr:5.4.0
the mining application will take a lot of CPU/GPU resources by default, you could control its limitation by like below.
docker run -it -e pool='your mining pool' -e wallet='your wallet' --cpus 3.5 colinchang/xmr:5.4.0
if you also wanna start mining with GPU, follow the guide below.
# AMD
docker run -it -e pool='your mining pool' -e wallet='your wallet' -e worker='worker name' colinchang/xmr:5.4.0 --opencl
# NVIDIA (CUDA10.1+ required)
docker run -it -e pool='your mining pool' -e wallet='your wallet' -e worker='worker name' colinchang/xmr:5.4.0 --cuda
You may find detailed information about monitoring mining from the pool platform (like f2pool) you choose.
official repository: https://github.com/xmrig/xmrig/releases
f2pool guid: https://blog.f2pool.com/zh/mining-tutorial/xmr
Content type
Image
Digest
Size
29.8 MB
Last updated
over 6 years ago
docker pull colinchang/xmr