#1.8.0 Preparation
This commit is contained in:
parent
89e210ddd7
commit
4e50098b29
3 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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/).**
|
||||
|
||||
[](https://ci.appveyor.com/project/Bendr0id/xmrigcc)
|
||||
[](https://hub.docker.com/r/bendr0id/xmrigcc/)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# version format
|
||||
version: 1.7.{build}
|
||||
version: 1.8.{build}
|
||||
|
||||
# build only tags
|
||||
skip_non_tags: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue