๐ฐ Game Economy
โ๏ธ How It Works (Under the Hood)
Reward Calculation
accRewardPerHash += (rewardRate * dt) / totalHash;Last updated
accRewardPerHash += (rewardRate * dt) / totalHash;Last updated
pendingbBTC += (user.hash * (acc - user.accRewardPerHash)) / 1e18;