Post
Topic
Board Bitcoin Technical Support
Re: Set up Bitcoin Core v0.21.1; incoming connection 0
by
ETFbitcoin
on 25/09/2021, 09:16:14 UTC
Do you have listen=1 in your bitcoin.conf or are you using -listen=1 on the command line? If not, that would probably explain the lack of incoming connections.
Isn't "listen=1" the default setting?
If so, not having "listen=0" or a blank config file is as good as adding listen=1 to the config/start parameter.

You're correct, bitcoin.conf example on source code (https://github.com/bitcoin/bitcoin/blob/v0.21.1/share/examples/bitcoin.conf#L60-L61) mention listen=1 is the default value.

Code:
# Listening mode, enabled by default except when 'connect' is being used
#listen=1