Jump to content

PoS Changes?


Ghost
 Share

PoS Changes?  

25 members have voted

  1. 1. What should the new DNR Proof of Stake reward be?

    • Keep it the way it is!!!! "If you don't believe it or don't get it, I don't have the time to try to convince you, sorry."
      3
    • if (pindexBest->nHeight >= 3000000) nSubsidy = nCoinAge * nRewardCoinYear / 365; (Keeps the current reward structure minus / COIN, higher PoS %)
      2
    • if (IsProtocolV3(pindexPrev->nHeight)) nSubsidy = (pindexPrev->nMoneySupply / COIN) * COIN_YEAR_REWARD / (365 * 24 * (60 * 60 / 64)); (Upgraded PoS Reward to PoSv3)
      20
    • Another option -> Please post about it in this thread.
      0


Recommended Posts

How are the staking chances managed in PoSv3? Using nCoinAge?

 

Also, chance to make the change sooner, like

if (pindexBest->nHeight >= 400000) nSubsidy = nCoinAge * nRewardCoinYear / 365; (Keeps the current reward structure minus / COIN, higher PoS %) ?

Edited by tinchopf
  • Like 2
Link to comment
Share on other sites

13 minutes ago, tinchopf said:

How are the staking chances managed in PoSv3? Using nCoinAge?

 

Also, chance to make the change sooner, like

if (pindexBest->nHeight >= 400000) nSubsidy = nCoinAge * nRewardCoinYear / 365; (Keeps the current reward structure minus / COIN, higher PoS %) ?

For the change sooner, thats one vote

Staking chances are managed differently in PoSv3 with nMoneySupply generally and not with nCoinAge, nCoinAge is not factored in at all.

 

 

Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n

100703395-b1ee6600-3360-11eb-82bc-96818c

Link to comment
Share on other sites

Well, PoSv3 will make it a whole lot easier to estimate how much the denarius supply will be x months into the future which could become useful.

It will also make it a lot easier to calculate the actual PoS reward since it would become a function depending on only the current money supply and the interest, which is set in stone. 

On the other hand, and please correct me if I am wrong, but regular PoS would keep the inflation a bit lower because the reward would depend on the amount of coins staked instead of depending on the entire coin supply. So as some coins are always kept on exchanges,, less coins would stake resulting in lower overall PoS rewards added to the money supply. 

 

Currently https://chainz.cryptoid.info/dnr/ reports 76 peers seen in the last 24 hours, which is not that many.

If @Carsen implements PoSv3 and then sets it to activate 1-2 months into the future, I see no reason why nodes should not have been updated by then - at the very least, pools, block explorers and exchanges wallets would have been updated and people who have not seen that a new wallet has been released will notice when their PoS blocks all starts to orphan, then go to the thread and then see that a new version is out.

 

And as @buzzkillb said, if we are going to hardfork, it might be worth really considering what other changes needs a hardfork and incorporate them as well, preferably with an activation around the same time as PoSv3. Changes that spring to mind are the DNS functionality and masternodes, which 76% of voters said they want. Of course if either of these two things were to be incorporated, the activation date would likely be pushed further into the future.

Edited by KawaiiCrypto
Added stuff about regular PoS.
  • Like 2
Link to comment
Share on other sites

7 hours ago, Jungork said:

Can we get a math equation that shows us what all the three options are? Or an explanation?

 

Thanks in andvance

Option 1 would be to keep Denarius and its PoS reward the way it is currently, essentially no change.

Option 2 would be to keep the current PoS reward structure of Denarius, but modifying it ever so slightly to give an actual 6% APR return on your coins based on their age.

Option 3 would be to change the current PoS reward structure completely to remove CoinAge as a factor entirely and to upgrade the system to PoSv3 which still has its caveats, but the APR rate could be fixed to 6% as well.

Option 4 is to give your own suggestion here.

Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n

100703395-b1ee6600-3360-11eb-82bc-96818c

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...