Thanks to visit codestin.com
Credit goes to hub.docker.com

strm/xmrig

By strm

Updated about 4 years ago

XMRig miner

Image
2

50K+

strm/xmrig repository overview

XMRig container

Docker Pulls

XMRig is a high performance Monero (XMR) CPU miner originally based on cpuminer-multi with heavy optimizations/rewrites and removing a lot of legacy code, since version 1.0.0 completely rewritten from scratch on C++.

Usage

Bellow an example usage for a 2 core system (see the -t 2 parameter) named Miner01 (using the password field to set the miner name with -p Miner01).

docker run --restart unless-stopped --name miner -d --read-only -m 50M -c 512 strm/xmrig \
   -a cryptonight -o stratum+tcp://pool.supportxmr.com:5555 -p Miner01 -k -t 2 \
   --donate-level=1 --cpu-priority 0 -u <Your Wallet Address>

Tag summary

Content type

Image

Digest

Size

57.7 MB

Last updated

about 4 years ago

docker pull strm/xmrig