diff options
author | Andrew Chow <achow101-github@achow101.com> | 2017-03-28 00:05:25 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2017-03-29 20:12:55 -0400 |
commit | bd41d9831fbd6a612ab7713bee00d0468be5f51a (patch) | |
tree | 8e217b6f3ca0c3c9afde42211373d9ea1939d2a7 /contrib/linearize/README.md | |
parent | 5114f8113627791b871c88998bd5a3d36961c241 (diff) |
Datadir option in linearize scripts
Adds a datadir configuration option to the linearize scripts to allow the script to use the RPC cookie instead of requiring the user to set a rpcuser and rpcpassword for the rpc server.
Diffstat (limited to 'contrib/linearize/README.md')
-rw-r--r-- | contrib/linearize/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/linearize/README.md b/contrib/linearize/README.md index 0971e7816b..f2a2ab2768 100644 --- a/contrib/linearize/README.md +++ b/contrib/linearize/README.md @@ -7,7 +7,8 @@ run using Python 3 but are compatible with Python 2. $ ./linearize-hashes.py linearize.cfg > hashlist.txt Required configuration file settings for linearize-hashes: -* RPC: `rpcuser`, `rpcpassword` +* RPC: `datadir` (Required if `rpcuser` and `rpcpassword` are not specified) +* RPC: `rpcuser`, `rpcpassword` (Required if `datadir` is not specified) Optional config file setting for linearize-hashes: * RPC: `host` (Default: `127.0.0.1`) |