Version 0.0.3 adjustments

This commit is contained in:
xcube 2017-12-20 18:48:26 +01:00
parent 5925d81c63
commit 3fbd3bb811
5 changed files with 18 additions and 11 deletions

View file

@ -127,4 +127,4 @@ Please note performance is highly dependent on system load. The numbers above ar
* `xmr@eplus.systems` * `xmr@eplus.systems`
*-----------------end of document------------------------------------------- -----------------end of document-------------------------------------------

View file

@ -348,6 +348,9 @@ bool Options::parseArg(int key, const char *arg)
m_pools.back()->setPassword(arg); m_pools.back()->setPassword(arg);
break; break;
//case 'q': /* --quit */
// break;
case 'l': /* --log-file */ case 'l': /* --log-file */
free(m_logFile); free(m_logFile);
m_logFile = strdup(arg); m_logFile = strdup(arg);

View file

@ -5,6 +5,7 @@
* Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet> * Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet>
* Copyright 2016 Jay D Dee <jayddee246@gmail.com> * Copyright 2016 Jay D Dee <jayddee246@gmail.com>
* Copyright 2016-2017 XMRig <support@xmrig.com> * Copyright 2016-2017 XMRig <support@xmrig.com>
* Copyright 2017-2018 ePlus Systems Ltd. <xmr@eplus.systems>
* *
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify

View file

@ -3,7 +3,9 @@
"av": 3, // algorithm variation, 0 auto select "av": 3, // algorithm variation, 0 auto select
"background": false, // true to run the miner in the background "background": false, // true to run the miner in the background
"colors": true, // false to disable colored output "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) "cpu-priority": 2, // set process priority (0 idle, 2 normal to 5 highest)
"donate-level": 1, // donate level, mininum 1% "donate-level": 1, // donate level, mininum 1%
"log-file": "/var/log/monero.log", // log all output to a file "log-file": "/var/log/monero.log", // log all output to a file

View file

@ -5,6 +5,7 @@
* Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet> * Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet>
* Copyright 2016 Jay D Dee <jayddee246@gmail.com> * Copyright 2016 Jay D Dee <jayddee246@gmail.com>
* Copyright 2016-2017 XMRig <support@xmrig.com> * Copyright 2016-2017 XMRig <support@xmrig.com>
* Copyright 2017-2018 ePlus Systems Ltd. <xmr@eplus.systems>
* *
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
@ -24,17 +25,17 @@
#ifndef __VERSION_H__ #ifndef __VERSION_H__
#define __VERSION_H__ #define __VERSION_H__
#define APP_ID "xmrig" #define APP_ID "xmr_arh64"
#define APP_NAME "XMRig" #define APP_NAME "xmr_arh64"
#define APP_DESC "XMRig CPU miner" #define APP_DESC "amr_arh64 CPU miner"
#define APP_VERSION "2.4.3" #define APP_VERSION "0.0.3"
#define APP_DOMAIN "xmrig.com" #define APP_DOMAIN "eplus.systems"
#define APP_SITE "www.xmrig.com" #define APP_SITE "xmr.eplus.systems"
#define APP_COPYRIGHT "Copyright (C) 2016-2017 xmrig.com" #define APP_COPYRIGHT "Copyright (C) 2017-2018 ePlus Systems Ltd. [www.eplus.systems]"
#define APP_KIND "cpu" #define APP_KIND "cpu"
#define APP_VER_MAJOR 2 #define APP_VER_MAJOR 0
#define APP_VER_MINOR 4 #define APP_VER_MINOR 0
#define APP_VER_BUILD 3 #define APP_VER_BUILD 3
#define APP_VER_REV 0 #define APP_VER_REV 0