Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
johnwhitestar
on 27/02/2021, 19:52:32 UTC
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_Discovery

They'll only show up if you have added them with addnode/connect in the config file and they are listening nodes ..

slimcoin.conf
Code:
maxconnections=127
connect=144.76.118.44
connect=144.76.64.49
connect=185.150.190.19

getpeerinfo (total 3 connections)
Code:
"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


Thank you very much! Very useful.
But is
Code:
listen=1
necessary for the server?