Preparation for 1.7.0 release
This commit is contained in:
parent
463590ddf2
commit
627d020342
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
- Maximum lines of log history kept per miner can be configured on XMRigCCServer
|
- Maximum lines of log history kept per miner can be configured on XMRigCCServer
|
||||||
- Fix correct hugepages status on Dashboard
|
- Fix correct hugepages status on Dashboard
|
||||||
- Fix cpu affinity for single thread usage
|
- Fix cpu affinity for single thread usage
|
||||||
|
- Add all needed security infos to XMRigCCServer logging to harden the server (f.e. fail2ban)
|
||||||
# 1.6.5
|
# 1.6.5
|
||||||
- Hashrate improve -> add autodetection mode for cpu-affinity
|
- Hashrate improve -> add autodetection mode for cpu-affinity
|
||||||
- Hashrate improve, more stable hashrates -> refactor memory allocation
|
- Hashrate improve, more stable hashrates -> refactor memory allocation
|
||||||
|
|
|
@ -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.7.0_beta1 (based on XMRig)"
|
#define APP_VERSION "1.7.0 (based on XMRig)"
|
||||||
#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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue