Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
funbuxx
on 14/09/2017, 15:21:46 UTC
Thanks kydub, that one did have a broken config but the other non-working masternode was correct.

I've turned off staking using

Code:
staking=0
reservebalance=5000

and the masternode now shows
Code:
./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

Code:
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