mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-29 16:45:19 +02:00
Stake Value 0.04
This commit is contained in:
parent
caad6859f2
commit
07d293ee70
@ -1038,7 +1038,7 @@ int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTi
|
|||||||
// Stage 2 of emission process is PoS-based. It will be active on mainNet since 20 Jun 2013.
|
// Stage 2 of emission process is PoS-based. It will be active on mainNet since 20 Jun 2013.
|
||||||
|
|
||||||
CBigNum bnRewardCoinYearLimit = MAX_MINT_PROOF_OF_STAKE; // Base stake mint rate, 100% year interest
|
CBigNum bnRewardCoinYearLimit = MAX_MINT_PROOF_OF_STAKE; // Base stake mint rate, 100% year interest
|
||||||
if (nBestHeight > (int)HF_BLOCK) bnRewardCoinYearLimit = (int)4 * MAX_MINT_PROOF_OF_STAKE; // 4% hardfork
|
if (nBestHeight > (int)HF_BLOCK) bnRewardCoinYearLimit = (int)0.04 * MAX_MINT_PROOF_OF_STAKE; // 4% hardfork
|
||||||
CBigNum bnTarget;
|
CBigNum bnTarget;
|
||||||
bnTarget.SetCompact(nBits);
|
bnTarget.SetCompact(nBits);
|
||||||
CBigNum bnTargetLimit = bnProofOfStakeLimit;
|
CBigNum bnTargetLimit = bnProofOfStakeLimit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user