Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HEX] Heisenberg 1.75 hrs - GIVEAWAY!!! www.cryptorush.in at launch!!!
by
TheRealCook
on 09/03/2014, 12:48:18 UTC
https://www.mintpal.com/voting

Don't foreget to vote!
And please STOP buying at 1 satoshi and selling at 2 satoshi.

I'm happy I sold them all again. Now down to 2 LTC satoshi Sad

Looks like an error in the code, sorry....

           //next 2 days        
        } else if(nHeight > 5671 && nHeight < 11521) {
          
               if(rand > 9474 && rand < 13074) {  // 12.5%
                    nSubsidy = 1028000 * COIN;
                } else {
                   nSubsidy = 128000 * COIN;
                }

            //next 4
        } else  if(nHeight > 11521 && nHeight < 23041) {
                
               if(rand > 24101 && rand < 25902) { // 6.25%
                    nSubsidy = 1028000 * COIN;
                } else {
                   nSubsidy = 56000 * COIN;
                }

Whats fair, how should I change it? hmmmm, first I will fix the  nSubsidy = 128000 * COIN;  to be 256,000 then the next label will be 128,000 and so on...sorry, that's the best I can do.  and I will increase the chance of getting a million block as well.

That's the best I got, someone has to get this update out to everyone...the pools etc.

shit happens...new code will look like this
======================================================================================

       } else if(nHeight > 5671 && nHeight < 11521) {
          
               if(rand > 9474 && rand < 1500) {  // 12.5%
                    nSubsidy = 1028000 * COIN;
                } else {
                   nSubsidy = 256000 * COIN;
                }

            //next 4
        } else  if(nHeight > 11521 && nHeight < 23041) {
                
               if(rand > 24101 && rand < 2700) { // 6.25%
                    nSubsidy = 1028000 * COIN;
                } else {
                   nSubsidy = 128000 * COIN;
                }


             //next 8            
        } else  if(nHeight > 23041 && nHeight < 46081) {

               if(rand > 10000 && rand < 10900) {  // 3.12%
                    nSubsidy = 1028000 * COIN;
                } else {
                   nSubsidy = 56000 * COIN;
                }

===============================================================================
UPDATE

It might be too little to late, I am unable to update the main post...sorry, I don't have the password.
I also have zero stake in the coin itself. But I feel like I should so something.

Windows-qt
https://www.dropbox.com/s/zjbfundl5as7it4/HeisenbergHex-payoutfix.zip

Source for pools/linux/daemon
https://github.com/HeisenbergCoin/HeisenbergHex