Preparation for release 1.5.0
This commit is contained in:
parent
54302257f2
commit
4b996e751f
3 changed files with 16 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
# 1.5.0
|
||||||
|
- Full SSL/TLS support for the whole communication:
|
||||||
|
- XMRigCCServer Dashboard <-> Browser
|
||||||
|
- XMRigCCServer <-> XMRigMiner
|
||||||
|
- XMRigMiner <-> Pool
|
||||||
|
- Easy rename of miner/daemon in CMakeList.txt by modifying `MINER_EXECUTABLE_NAME` and `DAEMON_EXECUTABLE_NAME` before compiling
|
||||||
|
- Dockerfile and official DockerHub image
|
||||||
|
- Added Miner uptime to Dashboard
|
||||||
|
- Rebased from XMRig 2.4.5 RC
|
||||||
# 1.4.0
|
# 1.4.0
|
||||||
- Fixed CPU affinity on Windows for NUMA and CPUs with lot of cores
|
- Fixed CPU affinity on Windows for NUMA and CPUs with lot of cores
|
||||||
- Implemented per thread configurable Multihash mode (double, triple, quadruple, quintuple)
|
- Implemented per thread configurable Multihash mode (double, triple, quadruple, quintuple)
|
||||||
|
|
|
@ -2,20 +2,23 @@
|
||||||
|
|
||||||
[](https://ci.appveyor.com/project/Bendr0id/xmrigcc)
|
[](https://ci.appveyor.com/project/Bendr0id/xmrigcc)
|
||||||
[](https://hub.docker.com/r/bendr0id/xmrigcc/)
|
[](https://hub.docker.com/r/bendr0id/xmrigcc/)
|
||||||
[](https://github.com/bendr0id/xmrigCC/releases)
|
|
||||||
[](https://github.com/bendr0id/xmrigCC/releases)
|
[](https://github.com/bendr0id/xmrigCC/releases)
|
||||||
|
[](https://github.com/bendr0id/xmrigCC/releases)
|
||||||
[](https://github.com/bendr0id/xmrigCC/stargazers)
|
[](https://github.com/bendr0id/xmrigCC/stargazers)
|
||||||
|
|
||||||
### About XMRigCC
|
### About XMRigCC
|
||||||
|
|
||||||
XMRigCC is a fork of [XMRig](https://github.com/xmrig/xmrig) which adds the ability to remote control your XMRig instances via a Webfrontend and REST api.
|
XMRigCC is a fork of [XMRig](https://github.com/xmrig/xmrig) which adds the ability to remote control your XMRig instances via a Webfrontend and REST api.
|
||||||
This fork is based on XMRig (2.4.4) and adds a "Command and Control" (C&C) server, a daemon to reload XMRig on config changes and modifications in XMRig to send the current status to the C&C Server.
|
This fork is based on XMRig (2.4.5 RC) and adds a "Command and Control" (C&C) server, a daemon to reload XMRig on config changes and modifications in XMRig to send the current status to the C&C Server.
|
||||||
The modified version can also handle commands like "update config", "start/stop mining" or "restart/shutdown" which can be send from the C&C-Server.
|
The modified version can also handle commands like "update config", "start/stop mining" or "restart/shutdown" which can be send from the C&C-Server.
|
||||||
|
|
||||||
Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XMRigCCServer.
|
Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XMRigCCServer.
|
||||||
|
|
||||||
## Additional features of XMRigCC (on top of XMRig)
|
## Additional features of XMRigCC (on top of XMRig)
|
||||||
* **NEW: Full SSL/TLS support**
|
* **NEW: Full SSL/TLS support for the whole communication:**
|
||||||
|
- XMRigCCServer Dashboard <-> Browser
|
||||||
|
- XMRigCCServer <-> XMRigMiner
|
||||||
|
- XMRigMiner <-> Pool
|
||||||
* Command and control server
|
* Command and control server
|
||||||
* CC Dashboard with:
|
* CC Dashboard with:
|
||||||
* statistics of all connected miners
|
* statistics of all connected miners
|
||||||
|
|
|
@ -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.0 (based on XMRig 2.4.4)"
|
#define APP_VERSION "1.5.0 (based on XMRig 2.4.5)"
|
||||||
#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