From 3216b47fdacf701942457b23341f483aadbe5eb7 Mon Sep 17 00:00:00 2001 From: dangrabbits Date: Mon, 25 Dec 2017 09:32:26 +0800 Subject: Updated config.tpl comments to include how to exclude CPU/GPUs --- xmrstak/backend/cpu/config.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmrstak/backend/cpu') diff --git a/xmrstak/backend/cpu/config.tpl b/xmrstak/backend/cpu/config.tpl index b21a22d..fc4acb9 100644 --- a/xmrstak/backend/cpu/config.tpl +++ b/xmrstak/backend/cpu/config.tpl @@ -24,6 +24,9 @@ R"===( * { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 }, * { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 }, * ], + * If you do not wish to mine with your CPU(s) then use: + * "cpu_threads_conf" : + * null, */ "cpu_threads_conf" : -- cgit v1.1