diff --git a/README.md b/README.md index 1833285f..65cfc674 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,4 @@ Please note performance is highly dependent on system load. The numbers above ar * `xmr@eplus.systems` -*-----------------end of document------------------------------------------- +-----------------end of document------------------------------------------- diff --git a/src/Options.cpp b/src/Options.cpp index b1197223..cba30cd4 100644 --- a/src/Options.cpp +++ b/src/Options.cpp @@ -348,6 +348,9 @@ bool Options::parseArg(int key, const char *arg) m_pools.back()->setPassword(arg); break; + //case 'q': /* --quit */ + // break; + case 'l': /* --log-file */ free(m_logFile); m_logFile = strdup(arg); diff --git a/src/Options.h b/src/Options.h index 9070888f..d9b2e37b 100644 --- a/src/Options.h +++ b/src/Options.h @@ -5,6 +5,7 @@ * Copyright 2014-2016 Wolf9466 * Copyright 2016 Jay D Dee * Copyright 2016-2017 XMRig + * Copyright 2017-2018 ePlus Systems Ltd. * * * This program is free software: you can redistribute it and/or modify diff --git a/src/config.json b/src/config.json index 66f3b40e..455a6a72 100644 --- a/src/config.json +++ b/src/config.json @@ -3,7 +3,9 @@ "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-affinity": null, // set process affinity to CPU core(s) + // mask 3 for cores 0 and 1 + // mask 14 for cores 1,2,3 "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 diff --git a/src/version.h b/src/version.h index c362e7be..53baa5ec 100644 --- a/src/version.h +++ b/src/version.h @@ -5,6 +5,7 @@ * Copyright 2014-2016 Wolf9466 * Copyright 2016 Jay D Dee * Copyright 2016-2017 XMRig + * Copyright 2017-2018 ePlus Systems Ltd. * * * This program is free software: you can redistribute it and/or modify @@ -24,17 +25,17 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define APP_ID "xmrig" -#define APP_NAME "XMRig" -#define APP_DESC "XMRig CPU miner" -#define APP_VERSION "2.4.3" -#define APP_DOMAIN "xmrig.com" -#define APP_SITE "www.xmrig.com" -#define APP_COPYRIGHT "Copyright (C) 2016-2017 xmrig.com" +#define APP_ID "xmr_arh64" +#define APP_NAME "xmr_arh64" +#define APP_DESC "amr_arh64 CPU miner" +#define APP_VERSION "0.0.3" +#define APP_DOMAIN "eplus.systems" +#define APP_SITE "xmr.eplus.systems" +#define APP_COPYRIGHT "Copyright (C) 2017-2018 ePlus Systems Ltd. [www.eplus.systems]" #define APP_KIND "cpu" -#define APP_VER_MAJOR 2 -#define APP_VER_MINOR 4 +#define APP_VER_MAJOR 0 +#define APP_VER_MINOR 0 #define APP_VER_BUILD 3 #define APP_VER_REV 0