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

proposal: Beacon Minting #172

Closed
tomasbrod opened this issue Oct 11, 2017 · 0 comments
Closed

proposal: Beacon Minting #172

tomasbrod opened this issue Oct 11, 2017 · 0 comments

Comments

@tomasbrod
Copy link
Member

I propose that in addition to coins keys, one can mint with the beacon keys with different difficulty and research based weight. The kernel is in the formula below, but we need to talk about weight and difficulty computation more.

ProofHash = H( BeaconPubKey + StakeModifier + nTimeTx );

Weight for this kind of stake can depend on the owed amount or current magnitude or some combination of both. This is yet to be decided.

Single CPID/beacon is allowed to mint only if the last reward (either via standard PoS or this beacon mint) to that CPID was more than x (30) hours ago.

Difficulty is computed using the standard mechanism. The target block time for beacon mint is set to x (12) minutes. But there must be at least 4 standard PoS blocks in between.

Rewards to a CPID are tracked the same way for both PoS and this mint. What is rewarded in this new block is not in standard PoS blocks. Established miners are expected to have high balance and thus get all reward in PoS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Sharedrop-prj
Before or After
Development

No branches or pull requests

2 participants