
# 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**
20 lines
456 B
YAML
20 lines
456 B
YAML
os: osx
|
|
|
|
osx_image: xcode8
|
|
|
|
sudo: false
|
|
|
|
language: cpp
|
|
|
|
compiler: gcc
|
|
|
|
before_install:
|
|
brew update
|
|
|
|
script:
|
|
- brew install gcc libuv libmicrohttpd
|
|
- cmake . -DUV_LIBRARY=/usr/local/lib/libuv.a -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.a -DOPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.a
|
|
- make
|
|
- cp ./src/config.json .
|
|
- ./xmrigDaemon --version
|
|
- ./xmrigDaemon --help
|