Is your feature request related to a problem? Please describe
Using onlynet
and deciding outbound connection types should be easy for GUI users
Describe the solution you’d like
Additional context
There are few issues with onlynet
and they should be fixed with https://github.com/bitcoin/bitcoin/pull/22834
Possible combinations are:
0ipv4
1ipv6
2onion
3i2p
4
5onion-ipv4
6onion-ipv6
7i2p-ipv4
8i2p-ipv6
9i2p-onion
10ipv6-ipv4
11
12onion-ipv6-ipv4
13i2p-ipv6-ipv4
14i2p-onion-ipv4
15i2p-onion-ipv6
Ignoring i2p-onion-ipv6-ipv4
because it will be same as not using onlynet. So default can be all options checked if there is nothing mentioned in bitcoin.conf
.