Added --token command line option.

This commit is contained in:
XMRig
2020-11-10 21:29:13 +07:00
parent 51234f5038
commit 39f38d5c69
7 changed files with 13 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ static const option options[] = {
# ifdef XMRIG_FEATURE_HTTP
{ "submit", 0, nullptr, IConfig::BenchSubmitKey },
{ "verify", 1, nullptr, IConfig::BenchVerifyKey },
{ "token", 1, nullptr, IConfig::BenchTokenKey },
# endif
{ "seed", 1, nullptr, IConfig::BenchSeedKey },
{ "hash", 1, nullptr, IConfig::BenchHashKey },