The DEV Says
Block Reward Structure:
First 200 Blocks are 5 TECH per Block (This will help with fair distribution)
Next 800 Blocks are 10 TECH per Block
Next 1500 Blocks are SUPER BLOCKS for 100 TECH per Block
Next 2500 Blocks are 10 TECH per Block
But the source
int64_t nSubsidy = 10 * COIN;
if(pindexBest->nHeight < 3)
{
nSubsidy = 1000 * COIN;
}
else if(pindexBest->nHeight < 200)
{
nSubsidy = 5 * COIN;
}
else if(pindexBest->nHeight < 1000)
{
nSubsidy = 10 * COIN;
}
else if(pindexBest->nHeight < 2500)
{
nSubsidy = 100 * COIN;
}
else if(pindexBest->nHeight < 5000)
{
nSubsidy = 10 * COIN;
}
pool.mn find the 201. blocks and there is 10 coins:
201 69 left anonymous 24/06/2014 14:48:16 76.8538 10.00 19,675 14,024 71.28