Commit 42cdb63f978903e5e19ae2310a011b912dfb25a1

Jeff Garzik 2011-03-21T04:28:23

Update example JSON config

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/example-cfg.json b/example-cfg.json
index 9ffc96b..26c2676 100644
--- a/example-cfg.json
+++ b/example-cfg.json
@@ -3,11 +3,11 @@
 	"_comment2" : "may be used in this JSON configuration file",
 
 	"url" : "http://127.0.0.1:8332",
-	"userpass" : "rpcuser:rpcpass",
+	"user" : "rpcuser",
+	"pass" : "rpcpass",
 
-	"algo" : "4way",
+	"algo" : "sse2_64",
 	"threads" : "4",
 
 	"quiet" : true,
-	"debug" : true
 }