Preparation of #1.5.5

This commit is contained in:
BenDroid 2018-03-31 15:17:52 +02:00
parent 68db2f613a
commit cf54111544
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# 1.5.3 # 1.5.5
- Fixed Bad/Invalid shares and high share transmit latency - Fixed Bad/Invalid shares and high share transmit latency
- Fixed hugepages for some older linux versions - Fixed hugepages for some older linux versions
- Fixed compatibility to xmrig-proxy 2.5.x+ - Fixed compatibility to xmrig-proxy 2.5.x+
- Added restart of crashed miners to xmrigDaemon
- Added force algo variant by xmrig-proxy 2.5.x+ - Added force algo variant by xmrig-proxy 2.5.x+
- Added auto force of nicehash param by xmrig-proxy 2.5.x+ - Added auto force of nicehash param by xmrig-proxy 2.5.x+
- Partial rebase of XMRig 2.5.2 - Partial rebase of XMRig 2.5.2

View file

@ -36,7 +36,7 @@
#define APP_DESC "XMRigCC CPU miner" #define APP_DESC "XMRigCC CPU miner"
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id" #define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
#endif #endif
#define APP_VERSION "1.5.3 (based on XMRig 2.5.2)" #define APP_VERSION "1.5.4 (based on XMRig 2.5.2)"
#define APP_DOMAIN "" #define APP_DOMAIN ""
#define APP_SITE "https://github.com/Bendr0id/xmrigCC" #define APP_SITE "https://github.com/Bendr0id/xmrigCC"
#define APP_KIND "cpu" #define APP_KIND "cpu"