Post
Topic
Board Announcements (Altcoins)
Re: [ANN][JPC]JackpotCoin, 1st Separate PoW/PoS#Jackpot#True Random#New Hash Algo!
by
strasboug
on 04/05/2014, 16:43:58 UTC
Jackpot,

Now, it is going to the higher probability stage,

Normal Probability of Jackpot is  1/5040

But, each PoW round, the probability will be increased by 1


Such as after one hour,

       Probability will be increased to 30/5040

I thought it was already in the high prob zone  Huh (and it was to be found yesterday...)

The jackpot zone is 1 / 5040
and, now it has increased as 7 / 5040

and, it will keep increasing...

At which speed, what the formula ?

From the code

Quote
   if(numofdays > SUPER_BONUS_MAX_DAY)
   {
      // increase the possibility
      int dd = 5 * (delta - SUPER_BONUS_MAX_DAY * POW_BLOCKS_PER_DAY);
      if(dd < 0)
         dd = 0;

      lowerLimit -= dd;
      if(lowerLimit < 0)
         lowerLimit = 0;

      upperLimit += dd;
      if(upperLimit > 25200)
         upperLimit = 25200;
   }

So each pow block the zone will increase 10 (1/2520). We should hit the jackpot soon.

the jackpot zone is at 14940 to 15071 now.