2 thoughts on “Docker image for Monero XMR miner

  1. xmrig miner is not only used to mine Monero currency, you can use it to mine other currencies like sumokoin https://www.sumokoin.org

    For example, if you want to connect to the https://sumokoin.miner.rocks/, starting from the reference configuration file you can find in our docker hub page, you may craft a config.json like the next:

    {
    “api”: {
    “id”: null,
    “worker-id”: null
    },
    “http”: {
    “enabled”: false,
    “host”: “127.0.0.1”,
    “port”: 0,
    “access-token”: null,
    “restricted”: true
    },
    “autosave”: true,
    “version”: 1,
    “background”: false,
    “colors”: true,
    “randomx”: {
    “init”: -1,
    “numa”: true
    },
    “cpu”: {
    “enabled”: true,
    “huge-pages”: true,
    “hw-aes”: null,
    “priority”: null,
    “asm”: true,
    “argon2-impl”: null,
    “argon2”: [0],
    “cn”: [
    [1, 0]
    ],
    “cn-heavy”: [
    [1, 0]
    ],
    “cn-lite”: [
    [1, 0]
    ],
    “cn-pico”: [
    [2, 0]
    ],
    “cn/gpu”: [0],
    “rx”: [0],
    “rx/wow”: [0],
    “cn/0”: false,
    “cn-lite/0”: false
    },
    “opencl”: {
    “enabled”: false,
    “cache”: true,
    “loader”: null,
    “platform”: “AMD”
    },
    “donate-level”: 1,
    “donate-over-proxy”: 1,
    “log-file”: null,
    “pools”: [
    {
    “algo”: “cn/r”,
    “coin”: null,
    “url”: “sumokoin.miner.rocks:4005”,
    “user”: “Sumoo4QDGdL7AkkdAdyfWDNV81HbbJeQNMpAzmDwrDGk4MqiSpHM8ia2k64vXh5LBMKxhjN6DQTEiAMnEZeCLueqbFwnWJJEAS2”,
    “pass”: “w=Rig1”,
    “rig-id”: null,
    “nicehash”: false,
    “keepalive”: true,
    “enabled”: true,
    “tls”: false,
    “tls-fingerprint”: null,
    “daemon”: false
    },
    {
    “algo”: “cn/r”,
    “coin”: null,
    “url”: “sumokoin.miner.rocks:4007”,
    “user”: “Sumoo4QDGdL7AkkdAdyfWDNV81HbbJeQNMpAzmDwrDGk4MqiSpHM8ia2k64vXh5LBMKxhjN6DQTEiAMnEZeCLueqbFwnWJJEAS2”,
    “pass”: “w=Rig1”,
    “rig-id”: null,
    “nicehash”: false,
    “keepalive”: true,
    “enabled”: true,
    “tls”: false,
    “tls-fingerprint”: null,
    “daemon”: false
    }
    ],
    “print-time”: 60,
    “retries”: 5,
    “retry-pause”: 5,
    “syslog”: false,
    “user-agent”: null,
    “watch”: true
    }

    For more information, you can visit their website https://sumokoin.miner.rocks/#getting_started

Leave a Reply to lucentinian Cancel reply

Your email address will not be published. Required fields are marked *