diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-02-13 03:04:02 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-02-13 03:04:02 -0500 |
commit | 6d2882937f8b2a5291ae68ae9ea985ad5271d0fb (patch) | |
tree | c0c4183f7defb5c5e539b502a310aadea7b6460f /example-cfg.json | |
parent | 4e622f2ac27044d2c0cbe7860ede5ca486c1659a (diff) |
Add support for JSON-format configuration file
Diffstat (limited to 'example-cfg.json')
-rw-r--r-- | example-cfg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/example-cfg.json b/example-cfg.json new file mode 100644 index 0000000..9742bb5 --- /dev/null +++ b/example-cfg.json @@ -0,0 +1,12 @@ +{ + "_comment" : "Any command line argument may be used in this file", + + "url" : "http://127.0.0.1:8332", + "userpass" : "rpcuser:rpcpass", + + "algo" : "4way", + "threads" : "4", + + "quiet" : true, + "debug" : true +} |