Sign inSign up

colinchang/xmr

By colinchang

•Updated over 6 years ago

xmr mining application. it's based on xmrig-5.4.0 for windows/linux/docker.

Image
1

905

colinchang/xmr repository overview

⁠XMR Miner

XMR mining application. it's based on xmrig⁠-5.4.0 for Windows/Linux/Docke, check here⁠ for more information.

⁠How to run

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

⁠CPU + GPU

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

⁠Monitor

You may find detailed information about monitoring mining from the pool platform (like f2pool) you choose.

Tag summary

Content type

Image

Digest

Size

29.8 MB

Last updated

over 6 years ago

docker pull colinchang/xmr