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/example-linearize.cfg | |
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/example-linearize.cfg')
-rw-r--r-- | contrib/linearize/example-linearize.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/linearize/example-linearize.cfg b/contrib/linearize/example-linearize.cfg index 2cc910edfe..d019b06b6c 100644 --- a/contrib/linearize/example-linearize.cfg +++ b/contrib/linearize/example-linearize.cfg @@ -1,6 +1,7 @@ # bitcoind RPC settings (linearize-hashes) rpcuser=someuser rpcpassword=somepassword +#datadir=~/.bitcoin host=127.0.0.1 port=8332 #port=18332 |