Skip to content

Commit c25321f

Browse files
committed
Add config changes to release notes
1 parent 5e3cbe0 commit c25321f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/release-notes-pr12823.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Configuration sections for testnet and regtest
2+
----------------------------------------------
3+
4+
It is now possible for a single configuration file to set different
5+
options for different networks. This is done by using sections or by
6+
prefixing the option with the network, such as:
7+
8+
main.uacomment=bitcoin
9+
test.uacomment=bitcoin-testnet
10+
regtest.uacomment=regtest
11+
[main]
12+
mempoolsize=300
13+
[test]
14+
mempoolsize=100
15+
[regtest]
16+
mempoolsize=20
17+
18+
The `addnode=`, `connect=`, `port=`, `bind=`, `rpcport=`, `rpcbind=`
19+
and `wallet=` options will only apply to mainnet when specified in the
20+
configuration file, unless a network is specified.

0 commit comments

Comments
 (0)