XMRigCC 2.0 (#263)
# 2.0.0 **Thx to @xmrig and @SChernykh awesome work!** * Full Rebase on XMRig 3.1.1 * randomX/wow/XL * NUMA support * flexible multi algorithm configuration * unlimited switching between incompatible algorithms at runtime * Argon2, UPX2 (Nice hashrate improvement) and CN-Conceal support integrated like in previous version * 5-10% Hashrate improvement on ARMv8 CPUs when mining CN based algos compared to stock xmrig * Fully compatible to XMRigCCServer 1.9.5 no server upgrade needed! **New XMRigCCServer will be released soon with new features**
This commit is contained in:
parent
7d7a3a71f8
commit
b8fe729b52
645 changed files with 85475 additions and 63443 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,9 +1,6 @@
|
|||
/test/CMakeFiles
|
||||
/test/*/CMakeFiles
|
||||
/build
|
||||
/CMakeLists.txt.user
|
||||
/.idea
|
||||
/CMakeFiles
|
||||
/src/3rdparty
|
||||
/cmake-build-*
|
||||
CMakeCache.txt
|
||||
|
@ -14,3 +11,6 @@ src/crypto/asm/*.inc
|
|||
src/crypto/asm/win/*.inc
|
||||
src/3rdparty/
|
||||
test/
|
||||
*CMakeFiles*
|
||||
*.a
|
||||
*.cbp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue