1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-18 05:22:28 -04:00

Added option "mode" (or --randomx-mode) for RandomX.

This commit is contained in:
XMRig
2019-11-29 13:00:17 +07:00
parent ca9a3063d8
commit 64fb4f265b
20 changed files with 129 additions and 27 deletions

View File

@@ -86,6 +86,7 @@ static inline const std::string &usage()
# ifdef XMRIG_ALGO_RANDOMX
u += " --randomx-init=N threads count to initialize RandomX dataset\n";
u += " --randomx-no-numa disable NUMA support for RandomX\n";
u += " --randomx-mode=MODE RandomX mode: auto, fast, light\n";
# endif
# ifdef XMRIG_FEATURE_HTTP