aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-03-21 04:28:23 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-03-21 04:28:23 -0400
commit42cdb63f978903e5e19ae2310a011b912dfb25a1 (patch)
treeb490385ed33ec1eb26af8ae20673ff968610ecca
parent81352ca48f507286be60941611eb4d413e7f7c94 (diff)
Update example JSON config
-rw-r--r--example-cfg.json6
1 files changed, 3 insertions, 3 deletions
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
}