Skip to content

Commit

Permalink
#2.2.1
Browse files Browse the repository at this point in the history
- Integrated RandomSFX algo (rx/sfx)
- Performance improvements for RandomX variants
- Fixed some cc connection problems
  • Loading branch information
Bendr0id committed Dec 9, 2019
1 parent 621dffe commit 2343025
Show file tree
Hide file tree
Showing 24 changed files with 4,163 additions and 3,166 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.1
* Integrated RandomSFX algo (rx/sfx)
* Performance improvements for RandomX variants
* Fixed some cc connection problems
# 2.2.0
* Integrated RandomxARQ algo (rx/arq)
* Dashboard:
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ if (WITH_CC_SERVER OR WITH_CC_CLIENT)
src/cc/ClientStatus.cpp
src/cc/GPUInfo.cpp)

add_definitions("/DCPPHTTPLIB_USE_POLL")

if (WITH_ZLIB)
set(ZLIB_ROOT ${XMRIG_DEPS})
find_package(ZLIB)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XM
## Additional features of XMRigCC (on top of XMRig)

Check the [Coin Configuration](https://github.com/Bendr0id/xmrigCC/wiki/Coin-configurations) guide
* **Support of RandomxSFX variant (algo: "rx/sfx")**
* **Support of RandomxARQ variant (algo: "rx/arq")**
* **Support of UPX2 variant (algo: "cn-extremelite/upx2")**
* **Support of CN-Conceal variant (algo: "cn/conceal")**
Expand Down Expand Up @@ -133,7 +134,7 @@ xmrigDaemon -o pool.hashvault.pro:5555 -u YOUR_WALLET -p x -k --cc-url=IP_OF_CC_
cn-pico
cn-extremelite
argon2/chukwa, argon2/wrkz
rx/wow, rx/loki, rx/arq
rx/wow, rx/loki, rx/arq, rx/sfx
--coin=COIN specify coin instead of algorithm
-o, --url=URL URL of mining server
-O, --userpass=U:P username:password pair for mining server
Expand Down
Loading

0 comments on commit 2343025

Please sign in to comment.