Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masternode start command causes wallet to crash with underconfirmed output or invalid key/tx/ip #646

Closed
thesolarminer opened this issue Nov 21, 2015 · 1 comment

Comments

@thesolarminer
Copy link

When starting a masternode (start-alias) the windows x64 wallet with .55 version will hang indefinitely under any of these conditions:

  1. 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.)
  2. If masternode.conf file has a different key than remove server.
  3. If local wallet can't connect to remote server(blocked ip, bad ip config).
  4. 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.
@nmarley
Copy link

nmarley commented Mar 27, 2018

At this point this is obsolete, as 0.12.0.55 is ancient. If this is an issue with current software version, please feel free to report.

@nmarley nmarley closed this as completed Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants