diff options
| author | Andrew Chow <[email protected]> | 2017-03-28 00:05:25 -0400 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2017-03-29 20:12:55 -0400 |
| commit | bd41d9831fbd6a612ab7713bee00d0468be5f51a (patch) | |
| tree | 8e217b6f3ca0c3c9afde42211373d9ea1939d2a7 /contrib/linearize/example-linearize.cfg | |
| parent | Merge #10057: [init] Deduplicated sigaction() boilerplate (diff) | |
| download | discoin-bd41d9831fbd6a612ab7713bee00d0468be5f51a.tar.xz discoin-bd41d9831fbd6a612ab7713bee00d0468be5f51a.zip | |
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 2cc910edf..d019b06b6 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 |