Mirobit / bitcoin-node-manager

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

tor address does not update #4

Closed oitdmser closed 4 years ago

oitdmser commented 4 years ago

In the Main -> Node sub panel the tor information does not seem to update correctly. I changed the onion_private_key on my bitcoin core node, restarted bitcoind, then restarted apache. BNM displays the old .onion address, not the current one shown in bitcoind's debug.log. Neither restarting apache2 nor shutting it down and starting again resolve the issue.

oitdmser commented 4 years ago

This ended up being a configuration issue on my end. I had specified externalip=XXX.onion in my bitcoin.conf. When I deleted the onion_private_key bitcoind regenerated the address, but because of the above configuration advertised both addresses. BNM apparently picks the last out of the list, which in my case was the old .onion address. Issue can be fixed by either commenting externalip=XXX.onion or changing the address to the updated xxx.onion address.