From 5b334436075aaf4fa5d9fe93c69844506195a616 Mon Sep 17 00:00:00 2001 From: XMRig Date: Fri, 20 Sep 2019 15:09:24 +0700 Subject: [PATCH] Updated default config example. --- src/config.json | 8 ++++++++ src/core/config/Config_default.h | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/src/config.json b/src/config.json index c9f53f269..2f88ecabf 100644 --- a/src/config.json +++ b/src/config.json @@ -28,6 +28,14 @@ "cn/0": false, "cn-lite/0": false }, + "opencl": { + "enabled": true, + "cache": true, + "loader": null, + "platform": "AMD", + "cn/0": false, + "cn-lite/0": false + }, "donate-level": 5, "donate-over-proxy": 1, "log-file": null, diff --git a/src/core/config/Config_default.h b/src/core/config/Config_default.h index c8b2e6e64..8011bf16e 100644 --- a/src/core/config/Config_default.h +++ b/src/core/config/Config_default.h @@ -62,6 +62,14 @@ R"===( "cn/0": false, "cn-lite/0": false }, + "opencl": { + "enabled": true, + "cache": true, + "loader": null, + "platform": "AMD", + "cn/0": false, + "cn-lite/0": false + }, "donate-level": 5, "donate-over-proxy": 1, "log-file": null,