Couple of things. First, I have two masternodes that I just got set up yesterday. The first has generated three 2-coin transactions, and the second hasn't generated anything.
To check the status of your masternode, be sure to look at debug.log:
cat ~/.chaincoin/debug.log
or "follow" the log with this:
tail -F ~/.chaincoin/debug.log
You can see messages about whether your masternode is valid. In my log, when my masternode made the transition from invalid to valid by getting 15 confirmations, the system logged this message:
2017-07-10 08:04:21 CActiveMasternode::ManageStatus() - Is capable master node!
Check to see if you can find this message in the log:
cat ~/.chaincoin/debug.log | grep "capable"
Also try this:
chaincoind masternode list | grep ""
Where is your masternode IP address. You should see your node in the list with the word ENABLED after it.
BTW take this all with a grain of salt, I'm completely green.
Thank you for the reply!
The masternode is set on windows, so now i have to find out the proper commands under win os.
About masternode list, I found this:
"10.0.1.9:11994" : "ENABLED",
WTH! it enabled the internal ip??!!
Here is the latest output from the debug console:
2017-07-09 18:14:26 CActiveMasternode::ManageStatus() - Checking inbound connection to '10.0.1.9:11994'
2017-07-09 18:14:26 CActiveMasternode::ManageStatus() - Is capable master node!
2017-07-09 18:14:26 connected to self at 10.0.1.9:60051, disconnecting
2017-07-09 18:14:26 CActiveMasternode::Register() - Adding to Masternode list service: 10.0.1.9:11994 - vin: CTxIn(COutPoint(f16cc4f8451f34e7e956802b7363a9a0ffcfd276921d0d20e1525a79bd83b51e, 0), scriptSig=)
2017-07-09 18:14:26 CActiveMasternode::Register() - RelayElectionEntry vin = CTxIn(COutPoint(f16cc4f8451f34e7e956802b7363a9a0ffcfd276921d0d20e1525a79bd83b51e, 0), scriptSig=)
2017-07-09 18:14:26 socket recv error An existing connection was forcibly closed by the remote host. (10054)
2017-07-09 18:14:44 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
------
CTxIn(COutPoint(f16cc4f8451f34e7e956802b7363a9a0ffcfd276921d0d20e1525a79bd83b51e, 0), scriptSig=)
2017-07-10 22:08:40 CheckBlock() : Using non-specific masternode payments 1172972
2017-07-10 22:08:40 CheckBlock() : Found payment(1|200000000) or payee(1|3QJmnh) nHeight 1172972.
2017-07-10 22:08:40 nActualTimespan = 390 before bounds
2017-07-10 22:08:40 GetNextWorkRequired RETARGET
2017-07-10 22:08:40 nTargetTimespan = 720 nActualTimespan = 712
2017-07-10 22:08:40 Before: 1c00936e 0000000000936e00000000000000000000000000000000000000000000000000
2017-07-10 22:08:40 After: 1c0091ca 000000000091caa4fa4fa4fa4fa4fa4fa4fa4fa4fa4fa4fa4fa4fa4fa4fa4fa4
2017-07-10 22:08:40 CheckBlock() : Using non-specific masternode payments 1172972
2017-07-10 22:08:40 CheckBlock() : Found payment(1|200000000) or payee(1|3QJmnh) nHeight 1172972.
2017-07-10 22:08:40 UpdateTip: new best=00000000003fa4e59807533f0cc26893d8b538e9ba34cf8d12f1dc45a18866e3 height=1172972 log2_work=53.510493 tx=1306209 date=2017-07-10 22:13:48 progress=1.000009
2017-07-10 22:08:40 ProcessBlock: ACCEPTED
2017-07-10 22:08:41 MasternodePOS::mnse - MasternodeB ranking is too low
2017-07-10 22:08:42 MasternodePOS::mnse - MasternodeB ranking is too low
2017-07-10 22:08:42 MasternodePOS::mnse - MasternodeB ranking is too low
2017-07-10 22:08:44 MasternodePOS::mnse - MasternodeB ranking is too low
2017-07-10 22:08:45 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.