You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting monero-wallet-gui and starting a local node, it will hang with no indication/error/log if monerod itself cannot bind, e.g:
2023-11-07 17:44:20.109 E ZMQ bind failed: Address already in use
2023-11-07 17:44:20.121 E Exception in main! Failed to add TCP socket(127.0.0.1:18082) to ZMQ RPC Server
Reproduce
Start something on ZMQ/RPC port
Start monero-wallet-gui and launch local node
monero-wallet-gui hangs forever attempting to launch monerod which cannot bind
Something could be logged if monerod exits with non-zero.
The text was updated successfully, but these errors were encountered:
after 120 seconds i get a notification that the daemon failed to start. does this scenario fool the checks? (i bound an rpc wallet to 18083 and launched monerod in from the gui with --zmq-pub tcp://127.0.0.1:18083 )
Interesting - if that flag (or any flag I'm assuming) is passed, it will properly error:
This doesn't happen without a flag though, port blocked with no flag will hang forever - maybe this error should be copy+pasted here. I'll try fixing this later.
When starting
monero-wallet-gui
and starting a local node, it will hang with no indication/error/log ifmonerod
itself cannot bind, e.g:Reproduce
monero-wallet-gui
and launch local nodemonero-wallet-gui
hangs forever attempting to launchmonerod
which cannot bindSomething could be logged if
monerod
exits with non-zero.The text was updated successfully, but these errors were encountered: