From 6d554b2cd8b5d4b7456759199e9138c8a65e055d Mon Sep 17 00:00:00 2001 From: BenDr0id Date: Thu, 22 Nov 2018 09:50:13 +0100 Subject: [PATCH] #1.8.4 Preparation --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 -- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313beb7d..fc971897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 1.8.4 +- Added XFH (Freehaven-project) support aka CN-Heavy-superfast (algo=cryptonight variant=xfh) +- Fix memory leak in cc client component +- Rebase from XMRig-amd 2.8.6 (Thanks xmrig) + - Improved cn-heavy, cn-heavy/xhv perfomance up to 8% since v2.8.5 and up to 16% since v2.8.4, thanks @SChernykh + - Fixed hashrate fluctuations. It's no longer necessary to use different intensities per thread. + - Improved cn-heavy/tube perfomance up to 6% and cn/2 perfomance up to 1%. + - Reduced power consumption with cn/2 + - Fixed possible invalid shares right after donation finish. + - Improved AMD Vega64 auto configuration. + - It's now recommended to revise your config.json and try: + - Same intensities for both threads. + - strided_index=2, mem_chunk=1 for cn/2. + - strided_index=1 for other algorithms. # 1.8.0 - Rebase from XMRig-amd 2.8.4 (THX xmrig!) - Now we have full TLS support on Stratum+CC diff --git a/README.md b/README.md index 22b0d9ec..8c3c560d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # XMRigCC-amd (OpenCL) -:warning: **Monero forked to cnv2 on block 1685555 (2018-10-18) make sure you upgrade to at least XMRigCC-amd 1.8.0 to mine XMR** - :warning: **Confused by all the forks? Check the [Coin Configuration](https://github.com/Bendr0id/xmrigCC/wiki/Coin-configurations) guide.** :bulb: **This is the AMD GPU (OpenCL) variant of XMRigCC, if you're looking for the CPU variant [click here](https://github.com/Bendr0id/xmrigCC/).**