- Joined
- Dec 23, 2022
- Messages
- 678
- Reaction score
- 0
For a proposal to be 'passing' the Net Yes votes (So, Yes votes - No votes = Net Yes votes) needs to be greater than 10% of the total Masternode count.
Currently, that is approx 533 Masternodes, so the Net Yes must be greater than 53.
How to get the number of total Masternodes:
Command:
--
Passing proposals are ordered from highest to lowest Net Yes votes, and those votes are locked randomly during the 2 days prior to the Superblock.
At Superblock, they are paid in order until there is not enough $Maria left to pay, or until there are no more passing proposals.
Note: A superblock is a special block that occurs every 30 days (Every 43,200 blocks to be precise)
The needed amount of $Maria is created only if they are to be paid out.
Any unspent balance is not created and is not carried forward to the next month.
Currently, that is approx 533 Masternodes, so the Net Yes must be greater than 53.
How to get the number of total Masternodes:
Command:
Code:
getmasternodecount
--
Passing proposals are ordered from highest to lowest Net Yes votes, and those votes are locked randomly during the 2 days prior to the Superblock.
At Superblock, they are paid in order until there is not enough $Maria left to pay, or until there are no more passing proposals.
Note: A superblock is a special block that occurs every 30 days (Every 43,200 blocks to be precise)
The needed amount of $Maria is created only if they are to be paid out.
Any unspent balance is not created and is not carried forward to the next month.