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 a masternode (start-alias) the windows x64 wallet with .55 version will hang indefinitely under any of these conditions:
Masternode output(deposit) is less than 25 confirmations. (It should give a warning and not crash like previous versions did. This failed at 15 and 19 confirmations so it isn't just 15 required confirms like others have indicated.)
If masternode.conf file has a different key than remove server.
If local wallet can't connect to remote server(blocked ip, bad ip config).
If 2 ips are set for the same outputs or same keys in masternode.conf, the first node will start, but the second will hang.
Logfile: No information is available from the debug.log. The hang isn't logged.
Suggestions:
Check masternode.conf for repeat ips, keys, or outputs and give warning.
For outputs with less the 25 confirms give a warning and don't try to start.
For the other errors, allow a 2 second hang and then stop trying and give a warning.
The text was updated successfully, but these errors were encountered:
When starting a masternode (start-alias) the windows x64 wallet with .55 version will hang indefinitely under any of these conditions:
Logfile: No information is available from the debug.log. The hang isn't logged.
Suggestions:
Check masternode.conf for repeat ips, keys, or outputs and give warning.
For outputs with less the 25 confirms give a warning and don't try to start.
For the other errors, allow a 2 second hang and then stop trying and give a warning.
The text was updated successfully, but these errors were encountered: