From abf623da82bcac48700211b91055f38e7104415b Mon Sep 17 00:00:00 2001 From: BenDroid Date: Wed, 18 Apr 2018 22:06:05 +0200 Subject: [PATCH] Preparation #1.6.1 --- CHANGELOG.md | 4 ++++ README.md | 1 + src/Options.cpp | 2 +- src/version.h | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b020b8..a574a93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.1 +- Implementation of CN-Lite-IPBC algo +- Fixed Windows 32bit build +- Fixed XMRigCCServer crash when auth header is manipulated # 1.6.0 - Complete rewrite of the stratum TCP/TLS network communication using boost::asio to fix connection issues and crashs - Force of PoW via "variant" parameter in xmrg-proxy 2.5.2+, it now overrules local settings diff --git a/README.md b/README.md index 41bda3e9..b3bda660 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The modified version can also handle commands like "update config", "start/stop Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XMRigCCServer. ## Additional features of XMRigCC (on top of XMRig) +* **NEW: Support of Crytptonight-Lite-IPBC** * **NEW: Support of Crytptonight-Heavy (Sumokoin, Haven, ...)** * **NEW: Ready for Monero v7 PoW changes on April 6 2018** * **NEW: Ready for Aeon v7 PoW changes on April 7? 2018** diff --git a/src/Options.cpp b/src/Options.cpp index 7a7dacf4..0e395f87 100644 --- a/src/Options.cpp +++ b/src/Options.cpp @@ -64,7 +64,7 @@ Usage: " APP_ID " [OPTIONS]\n\ Options:\n" # ifndef XMRIG_CC_SERVER "\ - -a, --algo=ALGO cryptonight (default), cryptonight-lite or cryptonight-heavy\n\ + -a, --algo=ALGO cryptonight (default), cryptonight-lite, cryptonight-lite-ipbc or cryptonight-heavy\n\ -o, --url=URL URL of mining server\n\ -O, --userpass=U:P username:password pair for mining server\n\ -u, --user=USERNAME username for mining server\n\ diff --git a/src/version.h b/src/version.h index e27bd5f2..c14a4239 100644 --- a/src/version.h +++ b/src/version.h @@ -36,7 +36,7 @@ #define APP_DESC "XMRigCC CPU miner" #define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id" #endif -#define APP_VERSION "1.6.1-beta1 (based on XMRig 2.5.2)" +#define APP_VERSION "1.6.1 (based on XMRig 2.5.2)" #define APP_DOMAIN "" #define APP_SITE "https://github.com/Bendr0id/xmrigCC" #define APP_KIND "cpu"