Sign inSign up

hypernetlabs/applications

By hypernetlabs

Updated over 4 years ago

A public repository for hosting containerized applications supported by the Galileo platform.

Image
0

4.0K

hypernetlabs/applications repository overview

XMRIG

Overview

Notes

This is a cryptocurrency miner specifically designed to mine XMR (Monero). It works both for CPU and GPU mining, however, GPU mining is very inefficient due to the nature of the underlying RandomX mining protocol.

Building

This container runtime is targeted at linux. To build the container run:

docker build -t xmrig .

Running

Environment varaibles:

  1. DONATE_LVL

    • Options (default value is 1):
      • integer from 1 to 100 (percent)
  2. WALLET Options: - must be a valid Monero wallet address to work

  3. RIG_ID

    • Options:
      • alphanumerical name with no spaces (i.e. bigIron)
  4. POOL

    • Options (you can use any valid mining pool, this is just a short list):
      • us-west.minexmr.com (port 443)
      • ca.minexmr.com (port 443)
      • pool.minexmr.com (port 443)
      • sg.minexmr.com: (port 443)
    • fr.minexmr.com (port 443)
  5. PORT

    • Options:
      • see pool for port specification
docker run -d --rm -e WALLET 4XXX -e RIG_ID bigiron -e POOL us-west.minexmr.com -e PORT 443 xmrig

Tag summary

Content type

Image

Digest

Size

627.9 MB

Last updated

over 4 years ago

docker pull hypernetlabs/applications:avalanche