diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-03-21 04:28:23 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-21 04:28:23 -0400 |
commit | 42cdb63f978903e5e19ae2310a011b912dfb25a1 (patch) | |
tree | b490385ed33ec1eb26af8ae20673ff968610ecca /example-cfg.json | |
parent | 81352ca48f507286be60941611eb4d413e7f7c94 (diff) |
Update example JSON config
Diffstat (limited to 'example-cfg.json')
-rw-r--r-- | example-cfg.json | 6 |
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 } |