Added command line option --no-cpu

This commit is contained in:
XMRig
2019-09-23 05:08:59 +07:00
parent 0f05936e63
commit bdb72684b0
4 changed files with 8 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ static const option options[] = {
{ "user-agent", 1, nullptr, IConfig::UserAgentKey },
{ "userpass", 1, nullptr, IConfig::UserpassKey },
{ "rig-id", 1, nullptr, IConfig::RigIdKey },
{ "no-cpu", 0, nullptr, IConfig::CPUKey },
# ifdef XMRIG_FEATURE_TLS
{ "tls", 0, nullptr, IConfig::TlsKey },
{ "tls-fingerprint", 1, nullptr, IConfig::FingerprintKey },