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.
This commit is contained in:
Andrew Chow
2017-03-28 00:05:25 -04:00
parent 5114f81136
commit bd41d9831f
3 changed files with 25 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# bitcoind RPC settings (linearize-hashes)
rpcuser=someuser
rpcpassword=somepassword
#datadir=~/.bitcoin
host=127.0.0.1
port=8332
#port=18332