Skip to content

Commit

Permalink
doc: Generate example bitcoin conf for 24.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Oct 14, 2022
1 parent c349096 commit d68b6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/examples/bitcoin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@
# 0)
#peerbloomfilters=1

# Relay non-P2SH multisig (default: 1)
#permitbaremultisig=1

# Listen for connections on <port>. Nodes not using the default ports
# (default: 8333, testnet: 18333, signet: 38333, regtest: 18444)
# are unlikely to get incoming connections. Not relevant for I2P
Expand Down Expand Up @@ -575,6 +572,9 @@
# relaying, mining and transaction creation (default: 0.00001)
#minrelaytxfee=<amt>

# Relay non-P2SH multisig (default: 1)
#permitbaremultisig=1

# Add 'forcerelay' permission to whitelisted inbound peers with default
# permissions. This will relay transactions even if the
# transactions were already in the mempool. (default: 0)
Expand Down

0 comments on commit d68b6ab

Please sign in to comment.