-
Notifications
You must be signed in to change notification settings - Fork 232
Memo
ian edited this page Aug 27, 2020
·
3 revisions
The wiki is deprecated by the docs site. Go to the docs site | Contribute to the docs site
We list some questions here which later should be published as RFCs.
The fees are split for each transaction first, and then are summed up to the total fees.
For each transaction fee which is F Shannon, poposer gets
floor(F * 4 / 10)
And committer gets
F - floor(F * 4 / 10)
Suppose the epoch reward is R, and the epoch length is L. The start block number of the epoch is S. Let
M = R mod L
For block from S (inclusively) to S + M (exclusively), the reward is
floor(R / L) + 1
And for block from S + M (inclusively) to S + L (exclusively), the reward is
floor(R / L)