Masternode new start required

Hello if i check some of my masternodes then i see enabled in “masternode check” but in QT is see new start required… also since few days i dont receive any sys anymore for this MNs . What do in need to do to solve this? .

If they’re on 4.1.2 you need to update, reindex them and Syscoin-Qt and re-initialize the masternodes.
Like described here:

If they’re on 4.1.3 most likely your Syscoin-Qt hasn’t synced the governance yet and is displaying wrong information.

I have the latest wallet version
but the node writes again (NEW START REQ)
What to do?

did you upgrade the nodes? and did you reindex them and then re-initialize?

yes sure
what could be?

them being offline for too long

one of my mn i dont receive sys anymore in my QT . Accordance nodecheck i should receive a pay out daily …what can be the problem ? This mn is running al most a year never had a problem

With the level of detail provided by you, it’s almost impossible to guess at the problem.
Is it running version 4.1.3?
Have you reindex the node after upgrading to 4.1.3?
Was the vps offline for a while?
Have you accidentally spent the funding transaction?

yes all mine nodes running on 4.1.3 … i did a reindex on my QT - i also need to do a reindex on the VPS ?

“address”: “45.76.43.55:8369”,
“payee”: “SgrUzKtmopMkyaxar1AKrMZ8joLZzTehuf”,
“status”: “ENABLED”,
“protocol”: 31800,
“daemonversion”: “1.1.3”,
“sentinelversion”: “1.0.0”,
“sentinelstate”: “current”,
“lastseen”: 1589764858,
“activeseconds”: 29987494,
“lastpaidtime”: 0,
“lastpaidblock”: 0,
“pingretries”: 0
}
}

yes, you also need one on the the vps.

how do a reindex on the vps ?

That depends on how you installed it.
But in general, your Syscoin masternode also has a data directory with a syscoin.conf file in it.

installed with the script
The qt reindex = 1 i did
if in log in on the VPS there is stated " system restart required"

*** System restart required ***
Last login: Sat Mar 28 17:24:57 2020 from 81.165.25.233

That message means the operating system has installed updates that require a reboot to take effect. It’s unrelated to Syscoin, but a good idea for security reasons.

I wrote a short tutorial on how to reindex a masternode:

Hi,what is it re-initialize?

It’s the thing you did when you first got them, starting them from Syscoin-Qt…only the button in the GUI is broken at the moment.
There are instructions here:

22:56:58 walletpassphrase [my pass] [600]

22:56:58 Method not found (code -32601)

why is the error coming out?
Or do I need to remove the brackets?

as the instructions said, you need to remove the brackets.

23:07:32 walletpassphrase my pass 600

23:07:32 Method not found (code -32601)

why is the error coming out? (((

If your passphrase contains spaces, wrap it in quotation marks.