sorry for so many questions.
i unlock it for staking, but it doesnt stake as in my conf file i have staking=0
I've turned off the staking in the configuration file, same as yours: staking=0
My wallet is encrypted, i've already unlocked it: craved walletpassphrase MyPassPhrase 86400000
but when I am trying to start masternode: craved masternode start, it is complaint:
not capable masternode: Could not find suitable coins!
I do own 510 coins. It is a single transaction (sent from an exchange to my masternode wallet).
And when I checked: craved masternode status, it gaves me:
{
"vin" : "CTxIn(COutPoint(0000000000, 4294967295), coinbase )",
"service" : "MyIP",
"status" : 2,
"pubKeyMasternode" : "MyMasternodePubKey",
"notCapableReason" : "Wallet is locked."
}
But the wallet was already unlocked: craved getinfo:
"unlocked_until" : 1585233546
Perhaps it is must be exact 500 coins, and not encrypted.
I am gonna try now
EDIT:
tried craved masternode start MyPassPhrase resulting an error too:
not capable masternode: Could not find suitable coins!