diff options
-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 } |