Hi,
I'm not sure i got my masternode right. I went for Method A, but when running ./craved masternode status on the mn i get.
{
"vin" : "CTxIn(COutPoint(528d71dc31, 0), scriptSig=)",
"service" : "pubIP:9999",
"status" : 9,
"pubKeyMasternode" : "Bzs4eQf7MwdwM2u5KRsutMXgQbUBrQRBaK",
"notCapableReason" : "Could not connect to PubIP:9999"
}
I was able to start MN from my wallet, and i can see TCP port 9999 traffic between my wallet IP and masternode ip. However, i still haven't reveived any rewards since 12 hours back. Which was my first reward, and appeared right after i've started the node.
What can i do to verify functionality?
Try ./craved masternode list. Check also if the port is open and the firewall disabled for this port. You can add this rule :
sudo iptables -A INPUT -p tcp --dport 9999 -j ACCEPT