Skip to content

cniweb/xmrig-monero

Repository files navigation

XMRig

XMRig

High performance, open source RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU Miner Docker Image.

Build & Push Docker Image Snyk Container Docker Pulls

Available Container Registries

This Docker image is automatically built and pushed to multiple container registries on every commit to the main branch:

Docker Hub (docker.io)

# Pull and run latest version
docker run docker.io/cniweb/xmrig:latest

# Pull specific commit
docker run docker.io/cniweb/xmrig:<commit-sha>

GitHub Container Registry (ghcr.io)

# Pull and run latest version
docker run ghcr.io/cniweb/xmrig:latest

# Pull specific commit
docker run ghcr.io/cniweb/xmrig:<commit-sha>

Link: https://github.com/cniweb/xmrig-monero/pkgs/container/xmrig

Quay.io

# Pull and run latest version
docker run quay.io/cniweb/xmrig:latest

# Pull specific commit
docker run quay.io/cniweb/xmrig:<commit-sha>

Available Tags

  • latest - Latest stable build from the main branch
  • <commit-sha> - Specific commit version (e.g., a1b2c3d4...)
  • 6.22.2 - Version-specific tags (legacy)