Mirobit / bitcoin-node-manager

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

Services not being reported correctly. #15

Closed mcjoshea closed 4 years ago

mcjoshea commented 4 years ago

Hi,

I've got a small issue with Bitcoin Node Manager and wondered if you would be able to help?

In the node information panel on the main screen, my node's services are reporting as unknown:

node info

Yet when I issue the command bitcoin-cli getnetworkinfo my node reports this:

cli

Bitnodes.io is also reporting my node's services correctly:

bitnodes

My set up is: Raspberry Pi 3+ Raspberry Pi OS (Debian 10) Apache 2.4.38 PHP 7.3 Bitcoin Core 0.20.0 (Snap Store) Bitcoin Node Manager v0.6.0

My node is running in a standard home setup behind an ADSL router with port forwarding. The external IP address has been added to bitcoin.conf using externalip=

Any ideas?

Mirobit commented 4 years ago

I couldn't reproduce the bug, but I added a more flexible service detection (b63529507b979a204b10c9ab9c511b6a79897598). This should work with future service additions. Only works with Core > 0.19.01. Thanks for getting me started on this.

mcjoshea commented 4 years ago

Thanks for looking into this. Your update is working fine now for both for my own node and my peers.