From 667ad0bc95a0a8e8732c7ba75bab64957457a608 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Thu, 27 Jul 2017 19:48:37 +0200 Subject: [PATCH] Update btc conf file with stricter access --- doc/rpc_regtest/bitcoin.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/rpc_regtest/bitcoin.conf b/doc/rpc_regtest/bitcoin.conf index 676861adaa..72c845ed97 100644 --- a/doc/rpc_regtest/bitcoin.conf +++ b/doc/rpc_regtest/bitcoin.conf @@ -4,10 +4,13 @@ regtest=1 txindex=1 #rpc +whitelist=127.0.0.1 +rpcallowip=127.0.0.1 + server=1 rpcuser=bisq rpcpassword=bisqPW # 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 -blocknotify=bash /Users/dev/Library/Application\ Support/Bitcoin-rt/blocknotify %s \ No newline at end of file +blocknotify=bash [PATH_TO_BTC_APP_DIR]/blocknotify %s \ No newline at end of file