My masternode shows as active when I run "masternode status" command and also appears in
https://masternodes.pro/stats/xmcc as an active node for 4+ days now.
When should I expect to receive first payment(s) and/or should I be concerned something is not working properly yet?
There are several statuses as NEW_START_REQUIRED, ENABLED, OUTPOINT_SPENT, WATCHDOG_EXPIRED, EXPIRED. Check what is the status of your node. Also, check if the command masternode outputs is still giving you something as output and not empty output.
I met many problem while I setup masternode. after I set everything in local wallet and vps wallet, MN status " pre-enabled" on local,
on vps, getinfo show block is current block which I compare in explorer and local wallet, but after 8 hours, MN status on local "expired",
check on vps getinfo show block and connections is ok, and I have to stop vps wallet, and restart again, few minutes check getinfo and masternode
status, is good. after 8hours again, MN status changed to "NEW_START_REQUIRED" active "0h0m", check getinfo and masternode status, it is
ok. on local start masternode , MN status changed to "WATCHDOG_EXPIRED",
check getinfo get something below, still looks good (but it is weird some time block didn't change more than 10 min)
{
"version": 120105,
"protocolversion": 70206,
"walletversion": 61000,
"balance": 0.00000000,
"privatesend_balance": 0.00000000,
"blocks": 83112, <--------------current block same as local wallet and block explore at this time
"timeoffset": 0,
"connections": 11,
"proxy": "",
"difficulty": 381469.3005322554,
"testnet": false,
"keypoololdest": 1510069078,
"keypoolsize": 1001,
"paytxfee": 0.00000000,
"relayfee": 0.00010000,
"errors": ""
}
and masternode status got :
{
"vin": "CTxIn(COutPoint(dec44a5a0890cb5b959021065b----fake!---------8caedfaa80463390fc, 1), scriptSig=)",
"service": "1.1.1.1:24157",
"payee": "ML4xb28vsWkeBzM----fake!----Y86rBxA",
"status": "Masternode successfully started"
}
mnsync status got:
{
"AssetID": 999,
"AssetName": "MASTERNODE_SYNC_FINISHED",
"Attempt": 0,
"IsBlockchainSynced": true,
"IsMasternodeListSynced": true,
"IsWinnersListSynced": true,
"IsSynced": true,
"IsFailed": false
}
so I guess masternode is running fine, but after one day I got nothing and local wallet show some error, what will I do next?
waiting or restart vps side wallet again?