Does bitcoin-core software/client connects with only same version number nodes?

0

1

i am trying to connect to maximum number of nodes.

i noticed there are many receive version message in debug.log file

so i have question, does the bitcoin-core connects to only those having either same version number or in short range of version message of our bitcoin's version message ?

or does it connects to all and any nodes which completes the handshake ?

AMB

Posted 2017-09-04T20:51:57.027

Reputation: 292

Answers

4

You can see from the Debug Window ("Peers" tab) that the Bitcoin Core client connects with multiple clients not only with different versions but different implementations.

So to answer your question: No.

Bitcoin Core peer list

vanneto

Posted 2017-09-04T20:51:57.027

Reputation: 153

thanks, i am using non gui version, so didnt noticed it.AMB 2017-09-05T13:28:44.217

1The getpeerinfo RPC call will tell you the same thing.Pieter Wuille 2017-09-05T22:21:15.047