-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This is the first proposal to change our reward system for Qwertycoin Network.
Purpose: Qwertycoin aims to incentivize/disincentivize the network through a systematic approach by adjusting equations related to block reward calculations.
Current Status:
- Basic Block Reward Emission Equation (Abbreviated):
((Total Supply - Previously Emitted Supply) / Emission Factor) - Penalty for Block Size
Proposed Change:
- Basic Block Reward Emission Equation (Abbreviated):
(((Total Supply - Previously Emitted Supply) / Emission Factor) - Penalty for Block Size) * ((Timestamp of New Block - Timestamp of Previous Block) / Block Target)
Premises:
- The block reward is designed to decrease per each block based on the previous emission.
- Since Basic Block Reward Emission is controlled and reduced to a fraction of normal block reward from such attacks, the overall block reward reduction will not be affected by this change.
Implications of This Change:
- By reinforcing the consistency of block reward emission over time (instead of block rewards by its sequence in the blockchain), the network hash rate is expected to be supported continuously and find an equilibrium automatically.
- Even if an attacker creates a high difficulty for the next block and exit, existing miners are incentivized to receive a huge block reward when they find the next block.
- Prevention of attacks with intermittent hash rate jumps must be dealt in a separate issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request