Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN][SUB1X| 🚀The Lowest Supply Masternode Coin🚀 | 500%+ APR | Zerocoin ★
by
ligor
on 18/01/2018, 15:22:20 UTC
MN/POS: 50%/50%

   // 80% for Masternodes
   if (nHeight <= 43200) {
         ret = blockValue / 5;
      } else if (nHeight < 63000 && nHeight > 43200) {
         ret = blockValue / (100 / 30);
      } else {
         ret = blockValue / 100 * 80;

      }