Damus
Logen · 53w
The base unit is how we calculate the total supply. CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams) { int halvings = nHeight / consensusParams.nSubsidyHalvingInterval; if (halvings >= 64) return 0; return 50 * COIN >> halvings; } The total supply...
mleku · 53w
2.1 quadrillion is a bit of a mouthfull compared to 21 million