Dev (#277)
# 2.2.0 * Integrated RandomxARQ algo (rx/arq) * Dashboard: * Flipped push/pull button on Dashboard * Only update algo+pool when its not donating * Fixed segfault when stopping xmrigCCServer
This commit is contained in:
parent
8ec1bd4ca7
commit
cbac54179a
13 changed files with 102 additions and 27 deletions
|
@ -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 RandomxARQ variant (algo: "rx/arq")**
|
||||
* **Support of UPX2 variant (algo: "cn-extremelite/upx2")**
|
||||
* **Support of CN-Conceal variant (algo: "cn/conceal")**
|
||||
* **Better performance for ARMv8 CPUs**
|
||||
|
@ -132,7 +133,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/wow, rx/loki, rx/arq
|
||||
--coin=COIN specify coin instead of algorithm
|
||||
-o, --url=URL URL of mining server
|
||||
-O, --userpass=U:P username:password pair for mining server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue