# 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:
Ben Gräf 2019-11-05 23:22:43 +01:00 committed by GitHub
parent 8ec1bd4ca7
commit cbac54179a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 102 additions and 27 deletions

View file

@ -76,6 +76,7 @@ public:
RX_0, // "rx/0" RandomX (reference configuration).
RX_WOW, // "rx/wow" RandomWOW (Wownero).
RX_LOKI, // "rx/loki" RandomXL (Loki).
RX_ARQ, // "rx/arq" RandomARQ (Arqma).
# endif
# ifdef XMRIG_ALGO_ARGON2
AR2_CHUKWA, // "argon2/chukwa"