1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-21 12:52:53 -05:00

Merged v4.3.0-beta

This commit is contained in:
MoneroOcean
2019-10-10 14:52:12 -07:00
101 changed files with 10318 additions and 7615 deletions

View File

@@ -35,6 +35,7 @@ class Benchmark : public IJobResultListener {
RX_LOKI, // "rx/loki" RandomXL (Loki).
RX_WOW, // "rx/wow" RandomWOW (Wownero).
DEFYX, // "defyx DefyX.
RX_ARQ, // "rx/arq" RandomARQ (Arqma).
CN_R, // "cn/r" CryptoNightR (Monero's variant 4).
CN_GPU, // "cn/gpu" CryptoNight-GPU (Ryo).
CN_LITE_1, // "cn-lite/1" CryptoNight-Lite variant 1.
@@ -51,6 +52,7 @@ class Benchmark : public IJobResultListener {
Algorithm::RX_LOKI,
Algorithm::RX_WOW,
Algorithm::DEFYX,
Algorithm::RX_ARQ,
Algorithm::CN_R,
Algorithm::CN_GPU,
Algorithm::CN_LITE_1,