Testnet3 was deprecated in v28 with the introduction of testnet4. It will be dropped in v30 or later, please discuss in #31975.
There is no more [test]
network section. The user is expected to set testnet4 explicitly, which should make future rotation of testnets easier.
If a [test]
or [testnet3]
section is present in bitcoin.conf
a warning is issued:
0Warning: .../bitcoin.conf:18 Section [test] is not recognized.
Starting with -testnet3
will be greeted with an error message:
0Error: Testnet3 was dropped in version 30.0. Consider using '-testnet4' instead.
This also prevents a fallback to mainnet.
Starting with -test
was already not possible with testnet3.
Review hints:
- make a (Windows) Guix build and test the (un)installer
Guix hashes:
0(todo)