From 7ad34927dfba8a9b3d6bb94d9ad81b2954333fff Mon Sep 17 00:00:00 2001 From: nolim1t Date: Wed, 24 Jun 2020 15:37:35 +0700 Subject: [PATCH] Add rpcbind and allow --- bitcoin/bitcoin.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitcoin/bitcoin.conf b/bitcoin/bitcoin.conf index c31c279..2f5ab03 100644 --- a/bitcoin/bitcoin.conf +++ b/bitcoin/bitcoin.conf @@ -24,7 +24,9 @@ maxuploadtarget=5000 port=8333 rpcport=8332 rpcbind=10.11.1.1 +rpcbind=127.0.0.1 rpcallowip=10.11.0.0/16 +rpcallowip=127.0.0.1 # Prune it up first (We can uncomment this later or by script, should there be enough space) prune=550 @@ -39,5 +41,3 @@ logtimestamps=0 logthreadnames=1 nodebuglogfile=1 -rpcbind=0.0.0.0 -