Post
Topic
Board Hardware
Re: Official FutureBit Apollo II/BTC Software/Image and Support thread
by
MakerAZ
on 20/11/2024, 03:02:46 UTC
The default Outbound connections a Bitcoin Core node will make is 10, sometimes 11. This is hard coded into the application. You can force it a little higher with the addnodes command.
All the rest of the connections you have are Inbound connections.
31/32 means you have 10 Outbound and 21 Inbound connections.
This is great! Thank you so much!