From f2934d8afd4f0fdce7597e2b1f38a7a29337e5d3 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Sat, 15 Mar 2014 19:21:48 +0200 Subject: [PATCH] misc: set `algorithm` in example.conf, set GPU clocks as if there were 3 GPUs. The example configuration is bogus anyway, but at least make it less bogus. --- example.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/example.conf b/example.conf index 291af92c..310f5d7e 100644 --- a/example.conf +++ b/example.conf @@ -36,6 +36,8 @@ "kernel-path" : "/usr/local/bin", "kernel" : "alexkarold,ckolivas,zuikkis", +"algorithm" : "scrypt", + "intensity" : "d,9,9,9", "xintensity" : "0,0,0", "rawintensity" : "0,0,0", @@ -45,9 +47,9 @@ "shaders" : "0,0,0", "gpu-threads" : "2", -"gpu-engine" : "0-985,0-950,0-960,0-1000", -"gpu-memclock" : "860,825,835,875", -"gpu-powertune" : "20,20,20,20", +"gpu-engine" : "0-985,0-950,0-1000", +"gpu-memclock" : "860,825,875", +"gpu-powertune" : "20,20,20", "gpu-vddc" : "0.000,0.000,0.000", "gpu-fan" : "0-85,0-85,0-85,0-85",