mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Content - Clarify superblock details
This commit is contained in:
parent
b389a7f529
commit
7108db2357
1 changed files with 17 additions and 6 deletions
|
@ -730,12 +730,23 @@ voted to delete them.
|
||||||
Sentinel manages superblock creation, voting, and submission to dashd for
|
Sentinel manages superblock creation, voting, and submission to dashd for
|
||||||
network propagation.
|
network propagation.
|
||||||
|
|
||||||
The superblock payout occurs ~3 days (1662 blocks) after proposal voting
|
Beginning ~3 days (1662) blocks prior to a superblock, Sentinel selects one
|
||||||
concludes. During this time, a masternode winner selected by Sentinel for each
|
masternode per block to rank proposals. This ranking is used to determine
|
||||||
block can create a candidate superblock (also known as a "trigger") based on the
|
what a candidate superblock (or "superblock trigger") should contain. Based on
|
||||||
governance objects and votes it has received. These candidate superblocks are
|
the results, it either:
|
||||||
voted on by the masternodes and the candidate receiving the most votes is paid
|
|
||||||
out at the end of the period.
|
1. Votes for an existing superblock trigger that matches the one calculated, or
|
||||||
|
2. Creates and broadcasts a new superblock trigger if a matching one was not found
|
||||||
|
|
||||||
|
Each masternode casts only 1 superblock trigger "Yes" vote per superblock cycle.
|
||||||
|
It will vote "No" for any other triggers it receives.
|
||||||
|
|
||||||
|
Note: This means that proposal votes submitted _after_ superblock trigger
|
||||||
|
creation begins will _not_ be counted by some masternodes (those that have
|
||||||
|
already voted on a superblock trigger).
|
||||||
|
|
||||||
|
At the superblock height, the trigger with the most "Yes" votes is paid out by
|
||||||
|
that block's miner.
|
||||||
|
|
||||||
##### Sentinel<!--noref--> Ping
|
##### Sentinel<!--noref--> Ping
|
||||||
{% include helpers/subhead-links.md %}
|
{% include helpers/subhead-links.md %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue