craigwatson / bitcoind-status

PHP application to display status and information from the Bitcoin node daemon.
https://odin.vikingserv.net
Apache License 2.0
82 stars 77 forks source link

Connected Peers List Limited to 8 Peers #51

Closed dagnyc closed 5 years ago

dagnyc commented 6 years ago

Hi,

How can I make the page show all connected peers even if it is thousands? This is what I was hoping for but don't see a way to change it.

Any help would be greatly appreciated

Thanks

Boesboes commented 5 years ago

It isn't limited to 8. I have for example 20 connected peers in my list atm.

I believe 8 connections is the limit if you do not have port 8333 forwarded. Also bitcoin has a default 125 max connections. To extend to thousand you also need to adjust your maxconnections settings.

craigwatson commented 5 years ago

Hi @dagnyc,

Really sorry for the delay, as @Boesboes has mentioned, there is no such limit (either within the status page or bitcoind).

Thanks, Craig