From e72294bb34d5ab78c724516586ecbd24793ac80e Mon Sep 17 00:00:00 2001 From: xcube Date: Wed, 20 Dec 2017 16:17:44 +0100 Subject: [PATCH] xmr_arch64 - Version 0.0.2 --- src/config.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/config.json b/src/config.json index 7813d4b9..66f3b40e 100644 --- a/src/config.json +++ b/src/config.json @@ -1,24 +1,24 @@ { "algo": "cryptonight", // cryptonight (default) or cryptonight-lite - "av": 0, // algorithm variation, 0 auto select + "av": 3, // 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": 5, // 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. + "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": 2, // set process priority (0 idle, 2 normal to 5 highest) + "donate-level": 1, // donate level, mininum 1% + "log-file": "/var/log/monero.log", // log all output to a file + "max-cpu-usage": 50, // 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 - "syslog": false, // use system log for output messages - "threads": null, // number of miner threads + "syslog": true, // use system log for output messages + "threads": 8, // number of miner threads "pools": [ { - "url": "pool.minemonero.pro:5555", // URL of mining server - "user": "", // username for mining server - "pass": "x", // password for mining server + "url": "pool.supportxmr.com:3333", // URL of mining server + "user": "44bF1RTZVcVc45wNiDQVTp7hwyZ5juMf8W78j1YrfChkP2og2Y44ph3WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm42GAEjd", // username for mining server + "pass": "worker", // password for mining server "keepalive": true, // send keepalived for prevent timeout (need pool support) "nicehash": false // enable nicehash/xmrig-proxy support } @@ -28,4 +28,5 @@ "access-token": null, // access token for API "worker-id": null // custom worker-id for API } -} \ No newline at end of file +} +