Are you changing the reward of PoW or PoS..? And what are the new values?
I can see you changed the min and max stake time too... You set the max coin age to 14 days. Why is that? Typically I see PoS coins don't have max stake age. I'm just interested though, no arguing
Proof of Stake minimum difficulty will change From: bnProofOfStakeLimit(~uint256(0) >> 2)
To: bnProofOfStakeLimit(~uint256(0) >> 24)
This change prevents Proof of Stake Blocks from being pushed within seconds of each other, preventing large amounts of orphans and memory exhaustion.
Proof of Stake Rewards will changeFrom: 50% per year
To: 100% per year
Added: Minimum Proof of Stake of 50% per year
Added: Maximum Proof of Stake reward of 30 Coins per Block
Proof of Stake calculates as 100% per year at the minimum Proof of Stake difficulty and halves down to 50% every 64X increase in difficulty (100%, 75%, 62.5%, 56% etc) up to a maximum reward of 30 Coins per Block.
Stake Split and Combine Thresholds changed From: 1 day and 1000 Coins (All Blocks smaller than 1000 Coins will combine the Stake and Reward)
To: 5 Days and 500 Coins (if a Block Stakes past 5 Days and is less than 500 Coins, the Stake and reward will combine, otherwise it will split into 2 Blocks)
This change provides more security for the network by encouraging smaller Proof of Stake Blocks for larger rewards and higher rewards at lower difficulty.
New Wallet ChangesAdded use of Minimal Coinage for increased rewardsFix to the IRC Chat and new links to relevant resourcesNew Splash screen, New Logo's and IconsRenaming of Placeholder text, Naming, capitalization and change of Volume in Statistics to Total Money Supply