- User can set maximum outbound full relay connections in
bitcoin.conf
- Value can be anything between 0(MIN) and 8(MAX)
- Default value is 8
- Can be helpful for some users who prefer to keep only 1-2 peers which are automatically selected for outbound full relay connections, add other peers using
addnode
if required and use 2 block relay connections always. Gives users more control and freedom related to outbound connections and Maximum Outbound Full Relay always stays <=8(ignoringaddnode
connections`)
maxoutfullrelay=0
maxoutfullrelay=1
maxoutfullrelay=2
maxoutfullrelay=N
(N >=8)