But what's not that clear to me. If we have 6 servers online, why is it my local wallet has only 1 connection?
https://en.bitcoin.it/wiki/Satoshi_Client_Node_DiscoveryThey'll only show up if you have added them with addnode/connect in the config file and they are listening nodes ..
slimcoin.conf
maxconnections=127
connect=144.76.118.44
connect=144.76.64.49
connect=185.150.190.19
getpeerinfo (total 3 connections)
"addr" : "144.76.118.44:41682",
"height" : 2364444,
"addr" : "144.76.64.49:41682",
"height" : 2364444,
"addr" : "185.150.190.19:41682",
"height" : 2364444,
Cheers
Graham