minerboy/xmrig

By minerboy

Updated about 1 year ago

XMRig on Alpine. Builds for x64 and ARM.

Image
7

5M+

minerboy/xmrig repository overview

XMRig with Alpine Linux in a container.

Currently, this docker support amd64 and arm64/v8 architectures. Support for 386 and arm/v7 are experimental.

Tag naming:

  • x.y.z, x.y, x: A specific version
  • latest: Last stable version

Set the config file in /etc/xmrig/config.json (Utility to generate it: Wizard).

Example:

docker run -v xmrig_cfg:/etc/xmrig minerboy/xmrig:latest

CPU Performance optimizations

In order to control the CPU at low level and take full advantage of its speed, the docker container must be run with some privileges:

docker run --cap-add=SYS_ADMIN --cap-add=SYS_RAWIO --device=/dev/cpu --device=/dev/mem -v /lib/modules:/lib/modules minerboy/xmrig:latest

Mining with GPU

This version of xmrig does not have GPU support. It is focused and optimized for CPU only.

Bugs, improvements, suggestions: [email protected]

Tag summary

Content type

Image

Digest

sha256:a7fb24f3f

Size

6.8 MB

Last updated

about 1 year ago

docker pull minerboy/xmrig