Having some issues running a master node. I've had to reconfigure three times now. Each time, the master node has stopped and whatever payouts it earned have disappeared from the wallet. So I set it up again and watched the logs, I see the following when I start the master node (I have replaced the IP and other sensitive data with X's for privacy):
CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxx.xxx.xxx.xxx:30137'
CActiveMasternode::ManageStatus() - Is capable master node!
CActiveMasternode::Register() - Adding to masternode list service: xxx.xxx.xxx.xxx:30137 - vin: CTxIn(COutPoint(XXXXXXXX, 1), scriptSig=)
CActiveMasternode::Register() - SendDarkSendElectionEntry vin = CTxIn(COutPoint(XXXXXXX, 1), scriptSig=)
connected to self at xxx.xxx.xxx.xxx:34438, disconnecting
Misbehaving: xxx.xxx.xxx.xxx (0 -> 1)
ProcessMessage(dsee, 253 bytes) FAILED
What concerns me is the "Misbehaving" line near the end. I'll see if I can spot any issues in the logs if it fails again, but honestly this has been pretty rough overall. I have earned thousands of SLING with the previous two node configs and then the coins disappear from my wallet some time later after the master node stops running. The actual wallet doesn't die or anything, it just stops being a master node.
Help please?