Thanks kydub, that one did have a broken config but the other non-working masternode was correct.
I've turned off staking using
staking=0
reservebalance=5000
and the masternode now shows
./coinonatxd getstakinginfo
{
"enabled" : false,
"staking" : false,
"errors" : "",
"currentblocksize" : 0,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 292822.64254297,
"search-interval" : 0,
"weight" : 250329408570,
"netstakeweight" : 223617043699649,
"expectedtime" : 0
}
But I'm still seeing repeated
CActiveMasternode::ManageStatus() - Checking inbound connection to 'x.x.x.x:44678'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusconnected to self at x.x.x.x:51448, disconnecting
CDarkSendPool::UpdateState() == 3 | 3
connect() to 80.92.226.17:44678 failed after select(): Network is unreachable
in both nodes so was wondering if there was a problem in the XCXT network.
Thanks