Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fees should not be divided equally among all round forgers #118

Open
vekexasia opened this issue Mar 11, 2018 · 0 comments
Open

Fees should not be divided equally among all round forgers #118

vekexasia opened this issue Mar 11, 2018 · 0 comments
Projects

Comments

@vekexasia
Copy link
Contributor

Current
A round is numDelegates long. When the last block in a round gets forged, all the fees collected during the round are equally distributed among all forgers partecipating such round.

Problems

  • No real benefits
  • Scaling issue: due to the number of write queries that needs to be performed at such time
  • In case of division remainder a forger gets the remainder creating a slightly unfariness
  • No incentive to run a node that includes transactions.

Solution
Keeping the round end as a marker to update all fees and forging rewards, every forger should get the fees that were collected on the forged block. No division and equal distribution should take place.

@vekexasia vekexasia added this to To do in 1.1.0 via automation Mar 11, 2018
@vekexasia vekexasia removed this from To do in 1.1.0 Mar 12, 2018
@vekexasia vekexasia added this to To do in 2.0.0 via automation Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
2.0.0
  
To do
Development

No branches or pull requests

1 participant