Howdy, I can’t get the Masternode to work it’s magic, it seems the node is working fine but the masternode functionality is not. There seems to be an issue with the external IP, which is available and open, I checked it, 6 times.
Is this really a connection problem?
version: 4.1.3
host: docker
This is an error from my logs.
2020-12-09T06:47:17Z connect() to <my external ip>:8369 failed after select(): No route to host (113)
syscoin-cli getblockchaininfo
{
"chain": "main",
"blocks": 800162,
"headers": 800162,
"bestblockhash": "11e0d3538d89d",
"difficulty": 361136560597.3135,
"mediantime": 1607495977,
"verificationprogress": 0.9999972670487498,
"initialblockdownload": false,
"chainwork": "00000000000026bec290031",
"size_on_disk": 1465613551,
"pruned": false,
"geth_sync_status": "synced",
"geth_total_blocks": 11417160,
"geth_current_block": 11417160,
"softforks": {
"bip34": {
"type": "buried",
"active": true,
"height": 1
},
"bip66": {
"type": "buried",
"active": true,
"height": 1
},
"bip65": {
"type": "buried",
"active": true,
"height": 1
},
"csv": {
"type": "buried",
"active": true,
"height": 1
}
},
"warnings": ""
}
syscoin-cli mnsync status
{
"AssetID": 999,
"AssetName": "MASTERNODE_SYNC_FINISHED",
"AssetStartTime": 1607493836,
"Attempt": 0,
"IsBlockchainSynced": true,
"IsMasternodeListSynced": true,
"IsWinnersListSynced": true,
"IsSynced": true,
"IsFailed": false
}
syscoin-cli masternode status, the IP and port are available, tripple checked, twice
{
"outpoint": "00000000000000000000000000000000000007295",
"service": "194.35.12.243:8369",
"status": "Not capable masternode: Could not connect to <my external ip>:8369"
}