Modify minfee node bitcoin.conf to connect to external peers

This commit is contained in:
wiz 2022-05-12 19:35:58 +09:00
parent 074e484cee
commit 4fdcf39639
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -2,10 +2,8 @@ datadir=/minfee
server=1 server=1
txindex=0 txindex=0
listen=1 listen=1
discover=0
daemon=1 daemon=1
prune=1337 prune=1337
maxconnections=1
rpcallowip=127.0.0.1 rpcallowip=127.0.0.1
rpcuser=__BITCOIN_RPC_USER__ rpcuser=__BITCOIN_RPC_USER__
rpcpassword=__BITCOIN_RPC_PASS__ rpcpassword=__BITCOIN_RPC_PASS__
@ -15,4 +13,4 @@ rpcpassword=__BITCOIN_RPC_PASS__
bind=127.0.0.1:8303 bind=127.0.0.1:8303
rpcbind=127.0.0.1:8302 rpcbind=127.0.0.1:8302
rpcport=8302 rpcport=8302
connect=127.0.0.1:8333 addnode=127.0.0.1:8333