From 4b996e751ffeb3dcd396b65f1941357f4d397c11 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Sat, 3 Mar 2018 12:25:27 +0100 Subject: [PATCH] Preparation for release 1.5.0 --- CHANGELOG.md | 9 +++++++++ README.md | 9 ++++++--- src/version.h | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5856eda..478bc236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - Fixed CPU affinity on Windows for NUMA and CPUs with lot of cores - Implemented per thread configurable Multihash mode (double, triple, quadruple, quintuple) diff --git a/README.md b/README.md index 933b85c1..b14fbe86 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,23 @@ [![Windows Build status](https://ci.appveyor.com/api/projects/status/l8v7cuuy320a4tpd?svg=true)](https://ci.appveyor.com/project/Bendr0id/xmrigcc) [![Docker Build status](https://img.shields.io/docker/build/bendr0id/xmrigcc.svg)](https://hub.docker.com/r/bendr0id/xmrigcc/) -[![Github All Releases](https://img.shields.io/github/downloads/bendr0id/xmrigCC/total.svg)](https://github.com/bendr0id/xmrigCC/releases) [![GitHub release](https://img.shields.io/github/release/bendr0id/xmrigCC/all.svg)](https://github.com/bendr0id/xmrigCC/releases) +[![Github downloads release](https://img.shields.io/github/downloads/bendr0id/xmrigCC/latest/total.svg)](https://github.com/bendr0id/xmrigCC/releases) [![GitHub stars](https://img.shields.io/github/stars/bendr0id/xmrigCC.svg)](https://github.com/bendr0id/xmrigCC/stargazers) ### 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. -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. Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XMRigCCServer. ## 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 * CC Dashboard with: * statistics of all connected miners diff --git a/src/version.h b/src/version.h index d4a48ac6..43dea9b5 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.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_SITE "https://github.com/Bendr0id/xmrigCC" #define APP_KIND "cpu"