From a8ab7e3befb44d2322411725763224776ba1127d Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 17 Aug 2019 21:22:44 +0700 Subject: [PATCH] Updated default config. --- src/config.json | 2 ++ src/core/config/Config_default.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/config.json b/src/config.json index af3bd32a..c9f53f26 100644 --- a/src/config.json +++ b/src/config.json @@ -11,6 +11,7 @@ "restricted": true }, "autosave": true, + "version": 1, "background": false, "colors": true, "randomx": { @@ -23,6 +24,7 @@ "hw-aes": null, "priority": null, "asm": true, + "argon2-impl": null, "cn/0": false, "cn-lite/0": false }, diff --git a/src/core/config/Config_default.h b/src/core/config/Config_default.h index 2f853446..c8b2e6e6 100644 --- a/src/core/config/Config_default.h +++ b/src/core/config/Config_default.h @@ -45,6 +45,7 @@ R"===( "restricted": true }, "autosave": true, + "version": 1, "background": false, "colors": true, "randomx": { @@ -57,6 +58,7 @@ R"===( "hw-aes": null, "priority": null, "asm": true, + "argon2-impl": null, "cn/0": false, "cn-lite/0": false },