Remove unnecessary options from production README's bitcoin.conf

This commit is contained in:
wiz 2020-09-20 05:44:33 +09:00
parent 508b5c0f4e
commit 8146939f0f
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -124,17 +124,12 @@ daemon=1
listen=1 listen=1
discover=1 discover=1
txindex=1 txindex=1
par=16
dbcache=3700 dbcache=3700
maxconnections=1337 maxconnections=1337
timeout=30000
onion=127.0.0.1:9050 onion=127.0.0.1:9050
rpcallowip=127.0.0.1 rpcallowip=127.0.0.1
rpcuser=0cd862dce678b830bd2aa36f10b9b6b2 rpcuser=0cd862dce678b830bd2aa36f10b9b6b2
rpcpassword=2d89d36cac4a13c87b5d19ef8f577e37 rpcpassword=2d89d36cac4a13c87b5d19ef8f577e37
rpcworkqueue=128
rpcthreads=32
rpctimeout=60
[main] [main]
bind=127.0.0.1:8333 bind=127.0.0.1:8333