mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 21:52:54 -05:00
Removed stuff related to --save-config option
This commit is contained in:
@@ -275,7 +275,6 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
|
|||||||
case ApiIPv6Key: /* --api-ipv6 */
|
case ApiIPv6Key: /* --api-ipv6 */
|
||||||
case DryRunKey: /* --dry-run */
|
case DryRunKey: /* --dry-run */
|
||||||
case CalibrateAlgoKey: /* --calibrate-algo */
|
case CalibrateAlgoKey: /* --calibrate-algo */
|
||||||
case SaveConfigKey: /* --save-config */
|
|
||||||
return parseBoolean(key, true);
|
return parseBoolean(key, true);
|
||||||
|
|
||||||
case ColorKey: /* --no-color */
|
case ColorKey: /* --no-color */
|
||||||
|
|||||||
@@ -68,9 +68,8 @@ public:
|
|||||||
CPUPriorityKey = 1021,
|
CPUPriorityKey = 1021,
|
||||||
NicehashKey = 1006,
|
NicehashKey = 1006,
|
||||||
PrintTimeKey = 1007,
|
PrintTimeKey = 1007,
|
||||||
CalibrateAlgoKey = 10001,
|
CalibrateAlgoKey = 10001,
|
||||||
CalibrateAlgoTimeKey = 10002,
|
CalibrateAlgoTimeKey = 10002,
|
||||||
SaveConfigKey = 10003,
|
|
||||||
|
|
||||||
// xmrig cpu
|
// xmrig cpu
|
||||||
AVKey = 'v',
|
AVKey = 'v',
|
||||||
|
|||||||
Reference in New Issue
Block a user