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 -