moocowmoo / dashman

DASH wallet/daemon management utilities
MIT License
52 stars 38 forks source link

installed with IPv6 option led to failed node #13

Open mowliv opened 7 years ago

mowliv commented 7 years ago

During install I picked the IPv6 option and ended up with a non-functional node:

michael@xyz:~/.dashcore$ ./dash-cli masternode status
{
  "vin": "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
  "service": "[xxxx:xxxx:xxxx:xxxx:xxxx:xx:xxxx:xxxx]:9999",
  "status": "Not capable masternode: Can't detect valid external address. Please consider using the externalip configuration option if problem persists. Make sure to use IPv4 address only."
}

Reinstalling now, hoping that I can switch it to IPv4.

Please change so that it doesn't provide that option if not supported.

mowliv commented 7 years ago

Changed dash.conf to reference IPv4 address and now things are working. Would be great if the reinstall would have asked again if I wanted IPv6 or not.

mowliv commented 7 years ago

And BTW thanks for the great tool! Appreciating it now that things are working :)