dashman
dashman copied to clipboard
installed with IPv6 option led to failed node
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.
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.
And BTW thanks for the great tool! Appreciating it now that things are working :)