Mirobit / bitcoin-node-manager

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

Node info panel doesn't display Tor v3 address #34

Closed oitdmser closed 3 years ago

oitdmser commented 3 years ago

bitcoind v0.21.0 now supports Tor v3 addresses exclusively. After upgrading my daemon BNM no longer displays the server's Tor address in the Node info panel. Perhaps just an issue with the RegEx that extracts it from the RPC call?

Screen Shot 2021-01-16 at 10 05 48 AM
Mirobit commented 3 years ago

Thanks for reporting this. You are right about the regex. I will fix this as soon as possible.

Mirobit commented 3 years ago

Since the new address is very long I decided to show the address version instead (v2 or v3) of the address. But you can hover over the version to see the address. Let me know if it works

oitdmser commented 3 years ago

I can confirm that works. Good work @Mirobit!