Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Iridium - People are Power - PoW - No Premine - Community Built
by
KAMINSKINIK
on 28/04/2018, 06:08:49 UTC
Good day to all!

I downloaded the latest version of XMrig (https://github.com/xmrig/xmrig/releases) I installed the configuration file (config.json), run the miner and the low difficulty share error.
Here's what's in the configuration file (config.json):

{
    "algo": "cryptonight-lite",  // cryptonight (default) or cryptonight-lite
    "av": 0,                // algorithm variation, 0 auto select
    "background": false,    // true to run the miner in the background
    "colors": true,         // false to disable colored output    
    "cpu-affinity": null,   // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
    "cpu-priority": null,   // set process priority (0 idle, 2 normal to 5 highest)
    "donate-level": 1,      // donate level, mininum 1%
    "log-file": null,       // log all output to a file, example: "c:/some/path/xmrig.log"
    "max-cpu-usage": 75,    // maximum CPU usage for automatic mode, usually limiting factor is CPU cache not this option.  
    "print-time": 60,       // print hashrate report every N seconds
    "retries": 5,           // number of times to retry before switch to backup server
    "retry-pause": 5,       // time to pause between retries
    "safe": false,          // true to safe adjust threads and av settings for current CPU
    "threads": null,        // number of miner threads
    "pools": [
        {
            "url": "test.irdpool.fr:1111", // URL of mining server
            "user": "ir2EECF4DBG3qtxW9wj37PRahaU6pvBk9WxtUhuDJpQfGP3j9U38c8uYRqCH5wubU6auGr7zUB39PYB qx2HTcFSK1CgTtbhjA",           // username for mining server
            "pass": "x",                     // password for mining server
            "keepalive": true,               // send keepalived for prevent timeout (need pool support)
            "nicehash": false,               // enable nicehash/xmrig-proxy support
            "variant": -1                    // algorithm PoW variant
        }
    ],
    "api": {
        "port": 0,                             // port for the miner API https://github.com/xmrig/xmrig/wiki/API
        "access-token": null,                  // access token for API
        "worker-id": null                      // custom worker-id for API
    }
}