yeah I heard it goes to 2 coins at 24 diff
Oh yeah this is gonna play out brilliantly. I don't see people wasting that much money on power to get this failcoin to a whopping 2x reward.
int64 nSubsidy = ((1 + (diff / 24)) * COIN) / (1 + (nHeight / 194400));
from 0 to 24 diff its 1 coin, then 2 at 24. from then on however, its a linear scaling. at 48 its 3 and so on.
so til diff 24, starting at a low diff of 0.002 whateveritwas yes, it looks like an exponential drop in reward.
after 24 it's linear.
Anyone notice that the
nSubsidy will NOT be halved after each 194400 blocks as claimed in the first page, according to the equation
int64 nSubsidy = ((1 + (diff / 24)) * COIN) / (1 + (nHeight / 194400));
?
nSubsidy will decrease linearly along time, NOT exponentially as claimed. So it will have huge inflation later on if Moore did the right math. Is that it?
If this coin is the one. We should mine it later not now right?
Correct me if I am wrong.