Doesn't this line (in
https://github.com/ipbc-dev/ipbc/blob/master/src/CryptoNoteConfig.h):
const uint64_t TAIL_EMISSION_REWARD = UINT64_C(1000000000000);
mean that the block reward is going to stay 10,000 forever? (1000000000000 = 10,000.0000 0000)
I.e. the 1 billion total is meaningless and will quickly be exceeded because of this large tail emission?
We are sorry, looks like we have made a mistake. We are working to correct this right now.
Tail Emission Reward actually needs to be 4 zeroes less to properly calculate rewards.
Good for the first few miners, eh?