Mirobit / bitcoin-node-manager

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

Tor address section does not display Tor address. #42

Closed oitdmser closed 3 years ago

oitdmser commented 3 years ago

Running v1.1.0, the new build that supports Tor v2 and v3 by displaying addresses on mouse-over. When I mouse-over the Tor address it incorrectly displays 127.0.0.1:9050 instead of the appropriate .onion address. If I run bitcoin-cli getnetworkinfo on the nodes the appropriate .onion address does appear in the 'localaddresses' section.

Screen Shot 2021-02-12 at 12 02 05 PM Screen Shot 2021-02-12 at 12 02 26 PM
Mirobit commented 3 years ago

Are you sure you are hovering over v2 or v3 and not the proxy icon? I improved the styling (1a5dbcb) to make it more obvious that the field is hoverable. I checked with Chrome and Firefox and had no issues. I don't support Safari.

oitdmser commented 3 years ago

Whoops, you're right, I was hovering over the proxy icon.