How many neighbours does a Node have?

0

I'm writing a blockchain simulator to evaluate the bitcoin network and currently running some evaluation experiments.

I couldn't find a reference for the approximate number of neighbour each Node has in its table.

Can anyone point me to a source?

Lyubomir

Posted 2018-02-17T15:38:35.200

Reputation: 103

Answers

1

It is impossible to know how many nodes each node is connected to or has in its peers table. This information is not broadcast publicly and the information that is available publicly (by asking a node) is not representative of what the node actually knows.

Andrew Chow

Posted 2018-02-17T15:38:35.200

Reputation: 40 910

do you have a ballpark number?Lyubomir 2018-02-17T16:49:52.763

No, there is no ballpark number that can even be gotten.Andrew Chow 2018-02-17T16:51:46.750