Pages:
Author

Topic: American COIN - AMC - Heavily Premined!!! - page 4. (Read 3271 times)

member
Activity: 112
Merit: 10
This is the best I ever seen, premined 6500 blocks, then set up a window between blocks 6500 to 14000 with zero payout, to let people "set up".

650K coins already premined.


Below is the code from their github:

    int64 nSubsidy = 100 * COIN;

    nSubsidy >>= (nHeight / 840000);

   if( nHeight > 6500 && nHeight < 14000 ) // no block reward while miners prep for release
      nSubsidy = 0;

    return nSubsidy + nFees;



but it's ok because the DEVS who haven't bothered to even make a thread will use it for "bounties" and "magical things"
member
Activity: 112
Merit: 10
hero member
Activity: 672
Merit: 501
hi pizza
full member
Activity: 406
Merit: 104
Convert Crypto at BestChange
This is the best I ever seen, premined 6500 blocks, then set up a window between blocks 6500 to 14000 with zero payout, to let people "set up".

650K coins already premined.


Below is the code from their github:

    int64 nSubsidy = 100 * COIN;

    nSubsidy >>= (nHeight / 840000);

   if( nHeight > 6500 && nHeight < 14000 ) // no block reward while miners prep for release
      nSubsidy = 0;

    return nSubsidy + nFees;

Pages:
Jump to: