I think there is some error or i'm wrong? I have received today twice 0.6666666 XLR rewards from masternodes. Is there some error or this is normal?
There's a bug with solaris code.
In the code, masternode payment is block reward / (100/30). But in C 100/30 is integer division, so it's 3, that's why it becomes 0.666666 XLR. First off that should be 0.6 XLR. Second off there seems to be a budget system where masternodes vote something, and budget system takes money from masternode payments. That doesn't seem to be fully integrated/tested into the core code.
What's probably happening on the moving chains is that pools changed the miner side to make blocks that comply standards established in the code. But as long as masternode payment is larger than 0.6666 XLR the chain will move. Miners get less for now.