I get strange messages in the Log after I try to start a masternode.
2016-06-25 17:07:44 CActiveMasternode::ManageStatus() - Is capable master node!
2016-06-25 17:07:44 CActiveMasternode::Register() - Adding to masternode list service: 213.136.94.226:22255 - vin: CTxIn(COutPoint(23942d490e, 0), scriptSig=)
2016-06-25 17:07:44 CActiveMasternode::Register() - RelayElectionEntry vin = CTxIn(COutPoint(23942d490e, 0), scriptSig=)
2016-06-25 17:07:44 Misbehaving: 213.136.94.226:22255 (0 -> 1)
2016-06-25 17:07:44 ProcessMessage(dsee, 258 bytes) FAILED
2016-06-25 17:08:30 ERROR: ConnectInputs() : f8e1f67607c611259334ff4326df9dc728fa417e3adea19946211db9c35b4c8a value in < value out
2016-06-25 17:08:30 ERROR: AcceptableInputs : ConnectInputs failed f8e1f67607c611259334ff4326df9dc728fa417e3adea19946211db9c35b4c8a
2016-06-25 17:08:39 connect() to 95.211.110.151:22255 failed after select(): Connection refused
2016-06-25 17:08:44 CActiveMasternode::Dseep() - Error: MojoMix Masternode List doesn't include our masternode, Shutting down masternode pinging service! CTxIn(COutPoint(23942d490e, 0), scriptSig=)
2016-06-25 17:08:44 CActiveMasternode::ManageStatus() - Error on Ping: MojoMix Masternode List doesn't include our masternode, Shutting down masternode pinging service! CTxIn(COutPoint(23942d490e, 0), scriptSig=)
After this message it didn't detect the 100000 transaction anymore ...
After start:
{
"vin" : "CTxIn(COutPoint(23942d490e, 0), scriptSig=)",
"service" : "213.136.94.226:22255",
"status" : 1,
"pubKeyMasternode" : "MRCLn4avQ3oPjdQGAAMaEFHE1VzUPRmRNH",
"notCapableReason" : ""
}
After Message in Log:
"vin" : "CTxIn(COutPoint(23942d490e, 0), scriptSig=)",
"service" : "213.136.94.226:22255",
"status" : 2,
"pubKeyMasternode" : "MRCLn4avQ3oPjdQGAAMaEFHE1VzUPRmRNH",
"notCapableReason" : "MojoMix Masternode List doesn't include our masternode, Shutting down masternode pinging service! CTxIn(COutPoint(23942d490e, 0), scriptSig=)"
}
And
"vin" : "CTxIn(COutPoint(23942d490e, 0), scriptSig=)",
"service" : "213.136.94.226:22255",
"status" : 2,
"pubKeyMasternode" : "MRCLn4avQ3oPjdQGAAMaEFHE1VzUPRmRNH",
"notCapableReason" : "Could not find suitable coins!"
}
I just tried in on two masternodes - both with the same problem ..
@Dev ?