Mirobit / bitcoin-node-manager

:bar_chart: Lightweight dashboard and control system for bitcoin nodes
MIT License
122 stars 62 forks source link

Peer filtering from main page #18

Closed mcjoshea closed 3 years ago

mcjoshea commented 4 years ago

Would it be possible to link the main page to a filtered subset of connected peers when clicking the appropriate peer type or country?

For example, when clicking on any item in the top peer clients panel, say Core 0.20.0 peers for example, I'd like it to open up the Peers page and list all the Core 0.20.0 peers that are connected to my node. Same goes for the global peer distribution section. If I clicked on Germany for example, I'd like to see a list of all my German peers.

Mirobit commented 3 years ago

This is doable. I am putting this on my To-Do list.

Mirobit commented 3 years ago

I added the feature (53e0bc5). It doesn't work with long clients and Other. But for most clients and all countries it should work fine. Let me know if there is an issue with this feature.