transferdev / Transfercoin

source
MIT License
14 stars 42 forks source link

Could not connect to: IP:PORT #50

Closed Infernoman closed 7 years ago

Infernoman commented 7 years ago

Both local and remote nodes in CActiveMasternode::ManageStatus() of activemasternode.cpp

if(!ConnectNode((CAddress)service, service.ToString().c_str())) is returning true

Which causes the masternode to display a status of incapable. And causes hot nodes to be unable to start or relay.

Cold nodes will display a status of incapable, but if they are configured correctly will start when the controller issues the command.

Infernoman commented 7 years ago

Also cold node "masternode debug" shows { "vin" : "CTxIn(COutPoint(**, 0), scriptSig=)", "service" : ".**..:17170", "status" : 9, "pubKeyMasternode" : "ADDRESS", "notCapableReason" : "Could not connect to ...**:17170" }

But "masternode debug" shows: masternode started remotely