Update btc conf file with stricter access

This commit is contained in:
Manfred Karrer 2017-07-27 19:48:37 +02:00
parent 473da57db1
commit 667ad0bc95

View file

@ -4,10 +4,13 @@ regtest=1
txindex=1 txindex=1
#rpc #rpc
whitelist=127.0.0.1
rpcallowip=127.0.0.1
server=1 server=1
rpcuser=bisq rpcuser=bisq
rpcpassword=bisqPW rpcpassword=bisqPW
# we want to test with 2 local apps so we need the output at 2 diff ports. # we want to test with 2 local apps so we need the output at 2 diff ports.
# Unix process substitution does not work from Bitcoin Core, so we use a bash script # Unix process substitution does not work from Bitcoin Core, so we use a bash script
blocknotify=bash /Users/dev/Library/Application\ Support/Bitcoin-rt/blocknotify %s blocknotify=bash [PATH_TO_BTC_APP_DIR]/blocknotify %s