mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Update btc conf file with stricter access
This commit is contained in:
parent
473da57db1
commit
667ad0bc95
1 changed files with 4 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue