Removed --save-config option and added calibrate algo control options to config file
This commit is contained in:
parent
f340ea69f2
commit
846eca9743
6 changed files with 7 additions and 12 deletions
|
@ -48,7 +48,6 @@ xmrig::CommonConfig::CommonConfig() :
|
|||
m_dryRun(false),
|
||||
m_calibrateAlgo(false),
|
||||
m_calibrateAlgoTime(60),
|
||||
m_saveConfig(false),
|
||||
m_syslog(false),
|
||||
|
||||
# ifdef XMRIG_PROXY_PROJECT
|
||||
|
@ -191,10 +190,6 @@ bool xmrig::CommonConfig::parseBoolean(int key, bool enable)
|
|||
m_calibrateAlgo = enable;
|
||||
break;
|
||||
|
||||
case IConfig::SaveConfigKey: /* --save-config */
|
||||
m_saveConfig = enable;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue