From 4e50098b2968df2cb44728b1b73a4e799bb7a695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Tue, 16 Oct 2018 00:29:22 +0200 Subject: [PATCH] #1.8.0 Preparation --- CHANGELOG.md | 5 +++++ README.md | 5 +++-- appveyor.yml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca275b0..5cb5bd8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.8.0 +- Integration of cnv2 aka moneroV8 +- Hashrate improve -> cnv1 and cnv2 by adding ASM code for Intel/AMD and softaes [thx @SChernykh] +- Fixes for OSX builds [thx @djfinch] +- Fixed safe mode #173 # 1.7.0 - First official Release of XMRigCC-amd #33 #3 - Full integration of xmrigCC-amd into XMRigCCServer/Dashboard with GPUInfo / remote logging diff --git a/README.md b/README.md index 48d7a0e5..a2818f44 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # XMRigCC -:warning: **XMRigCC 1.8.0 with cnv2 support will be released on Monday 15.10** +:warning: **Monero is forking to cnv2 on block 1685555 (2018-10-18) make sure you upgrade to at least XMRigCC 1.8.0** + +:bulb: **This is the CPU variant of XMRigCC, if you're looking for the AMD GPU (OpenCL) variant [click here](https://github.com/Bendr0id/xmrigCC-amd/).** :warning: **Confused by all the forks? Check the [Coin Configuration](https://github.com/Bendr0id/xmrigCC/wiki/Coin-configurations) guide.** -:bulb: **This is the CPU variant of XMRigCC, if you're looking for the AMD GPU (OpenCL) variant [click here](https://github.com/Bendr0id/xmrigCC-amd/).** [![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/) diff --git a/appveyor.yml b/appveyor.yml index 5cfcf8e9..39870d83 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # version format -version: 1.7.{build} +version: 1.8.{build} # build only tags skip_non_tags: true