Pages:
Author

Topic: � [MYST] Mystery Coin � Random Rewards � 24 Seconds � Mystery FOUND - ROLLBACK � - page 16. (Read 26861 times)

sr. member
Activity: 322
Merit: 250
sr. member
Activity: 322
Merit: 250
legendary
Activity: 1400
Merit: 1000
sr. member
Activity: 322
Merit: 250
sr. member
Activity: 308
Merit: 250
hero member
Activity: 756
Merit: 500
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
newbie
Activity: 112
Merit: 0
Code:
int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
{
       int64 nSubsidy = 10 * COIN;

       std::string cseed_str = prevHash.ToString().substr(7,7);
       const char* cseed = cseed_str.c_str();
       long seed = hex2long(cseed);
       int rand = generateMTRandom(seed, 800);
       int rand1 = 0;
       int rand2 = 0;
       int rand3 = 0;
       int rand4 = 0;
       int rand5 = 0;
       int rand6 = 0;
       int rand7 = 0;

     
       if(nHeight < 80000)   
       {
               nSubsidy = rand * COIN;
       }



       else if(nHeight < 160000)     
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand1 = generateMTRandom(seed, 400);
               if(rand1 < 1)
               nSubsidy = rand1 + 1 * COIN;
               else if(rand1 > 1)
               nSubsidy = rand1 * COIN;
       }
       else if(nHeight < 240000)     
       {
               cseed_str = prevHash.ToString().substr(6,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand2 = generateMTRandom(seed, 300);
               if(rand2 < 2)
               nSubsidy = rand2 + 2 * COIN;
               else if(rand2 > 2)
               nSubsidy = rand2 * COIN;
       }
       else if(nHeight < 320000)     
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand3 = generateMTRandom(seed, 200);
               if(rand3 < 3)
               nSubsidy = rand3 + 3 * COIN;
               else if(rand3 > 3)
               nSubsidy = rand3 * COIN;
       }
       else if(nHeight < 400000)     
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand4 = generateMTRandom(seed, 100);
               if(rand4 < 4)
               nSubsidy = rand4 + 4 * COIN;
               else if(rand4 > 4)
               nSubsidy = rand4 * COIN;
       }
       else if(nHeight < 480000)     
       {
               cseed_str = prevHash.ToString().substr(6,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand5 = generateMTRandom(seed, 50);
               if(rand5 < 5)
               nSubsidy = rand5 + 5 * COIN;
               else if(rand5 > 5)
               nSubsidy = rand5 * COIN;
       }
       else if(nHeight < 560000)     
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand6 = generateMTRandom(seed, 25);
               if(rand6 < 6)
               nSubsidy = rand6 + 6 * COIN;
               else if(rand6 > 6)
               nSubsidy = rand6 * COIN;
       }
       else if(nHeight < 600000)     
       {
               cseed_str = prevHash.ToString().substr(7,7);
               cseed = cseed_str.c_str();
               seed = hex2long(cseed);
               rand1 = generateMTRandom(seed, 14);
               if(rand7 < 1)
               nSubsidy = rand7 + 7 * COIN;
               else if(rand7 > 7)
               nSubsidy = rand7 * COIN;
       }


        nSubsidy >>= (nHeight / 1000000);

   return nSubsidy;
}
hero member
Activity: 756
Merit: 500
Which pool will be first to open...  Its a Mystery   Cool
legendary
Activity: 1400
Merit: 1000
According to the hardcoreminers

Coin Name    Mysterycoin
Blocktime    3.20 Minutes
Symbol    MYST
Algorithm    SHA-256
Coin Maturity    200
Maximum Coins    4,200,000,000
Block Reward    Started at 100
Premine %    No Premine

 I˙m out since I only mine GPU coins , good luck to everybody .

You had to look close but it said in the OP from the original post that it was a sha coin
hero member
Activity: 644
Merit: 500
According to the hardcoreminers

Coin Name    Mysterycoin
Blocktime    3.20 Minutes
Symbol    MYST
Algorithm    SHA-256
Coin Maturity    200
Maximum Coins    4,200,000,000
Block Reward    Started at 100
Premine %    No Premine

 I˙m out since I only mine GPU coins , good luck to everybody .
legendary
Activity: 1400
Merit: 1000
hero member
Activity: 756
Merit: 500
First Secret Coin, now Mystery Coin.  What's next?  Double Secret Probation Coin?

I'd mine it!!!  I'll mine ANYTHING!!!
sr. member
Activity: 350
Merit: 250
https://cryptassist.io
First Secret Coin, now Mystery Coin.  What's next?  Double Secret Probation Coin?
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
newbie
Activity: 112
Merit: 0

I will be monitoring #MysteryCoin tonight for the launch
sr. member
Activity: 308
Merit: 250
sr. member
Activity: 307
Merit: 250
If you look at the logo in the OP it says "Puzzles that you will first need to solve" that might be the Mystery...


Easy to solve that one. Stolen image from geocaching.com lol

http://www.geocaching.com/track/details.aspx?id=3374002&page=11
hero member
Activity: 550
Merit: 501
If you look at the logo in the OP it says "Puzzles that you will first need to solve" that might be the Mystery...
Pages:
Jump to: