Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Stipend-Zenith Freelancing |Pow-PoS 3.0| Zerocoin Technology | Quark
by
Zenith Developer
on 14/07/2018, 08:42:37 UTC
And to say this code is inferior when the old Stipend coin is set to produce infinite blocks but claim a max supply of 19 million is laughable.

else if (pindexBest->nHeight+1 > 840001 && pindexBest->nHeight+1 <= 1890000) {
   // end game - further discussion needed
        nSubsidy = 3 * COIN;
    } else if (pindexBest->nHeight+1 > 1890000) {
   // end game - further discussion needed
        nSubsidy = 3 * COIN;
        nSubsidy >>= ((pindexBest->nHeight + 210000) / 1050000);
    }


There is a mandatory hard fork required in the Stipend code, or it will produce an infinite number of blocks. THIS is unfixed code.