Added command line options "--randomx-init" and "--randomx-no-numa".
This commit is contained in:
parent
2fb88f10b8
commit
bbcacbc1d4
5 changed files with 21 additions and 1 deletions
|
@ -108,6 +108,11 @@ Options:\n\
|
|||
--http-access-token=T access token for HTTP API\n\
|
||||
--http-no-restricted enable full remote access to HTTP API (only if access token set)\n"
|
||||
#endif
|
||||
#ifdef XMRIG_ALGO_RANDOMX
|
||||
"\
|
||||
--randomx-init=N threads count to initialize RandomX dataset\n\
|
||||
--randomx-no-numa disable NUMA support for RandomX\n"
|
||||
#endif
|
||||
"\
|
||||
--dry-run test configuration and exit\n\
|
||||
-h, --help display this help and exit\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue