From 5de62330fb14556c814f4f518af41b06a148e521 Mon Sep 17 00:00:00 2001 From: nolim1t Date: Fri, 13 Mar 2020 16:40:27 +0700 Subject: [PATCH] Improve on the config. Make it more clear of what we are trying to achieve --- bitcoin/bitcoin.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bitcoin/bitcoin.conf b/bitcoin/bitcoin.conf index 00225b5..36422d9 100644 --- a/bitcoin/bitcoin.conf +++ b/bitcoin/bitcoin.conf @@ -12,17 +12,18 @@ maxuploadtarget=5000 port=8333 rpcport=8332 -# Prune it up first +# Prune it up first (We can uncomment this later or by script, should there be enough space) prune=550 + # Temporary solution while we don't have the drives # txindex=1 - # blockfilterindex=1 -peerbloomfilters=0 -avoidpartialspends=1 +# peerbloomfilters=0 + logips=1 logtimestamps=0 logthreadnames=1 + nodebuglogfile=1 rpcbind=0.0.0.0