I will investigate.
try restarting with start alias or start all if you have many.
Didn't do a restart, but am starting to see payments trickle in.
Do see this in my log though:
2017-12-13 06:13:09 IsBlockPayeeValid -- WARNING: Masternode payment enforcement is disabled, accepting any payee
When you type sucr-cli getblocktemplate ( or just getblocktemplate in console)
you will get details on what is active.
right now it's
},
"masternode_payments_started": true,
"masternode_payments_enforced": false,
"superblock": [
],
"superblocks_started": false,
"superblocks_enabled": false
the diference between masternode_payments_started and masternode_payments_enforced is (started is random payments) and (enforced is queue payments.)
The superblocks is set to start on block 33232 so around 1 month from now. This is when I was suppose to start the masternode_payments_enforced.
If I don't find a quick fix, I will have to start the masternode_payments_enforced by this weekend (but will have to run some test first.)
will keep you posted.