Author

Topic: Cool genesis hash coinhunter (Read 1741 times)

full member
Activity: 168
Merit: 100
November 10, 2011, 03:21:11 AM
#9
Do you ever respond to a post with a counterpoint or do you always just engage in some lame insult to deflect?

No.
full member
Activity: 168
Merit: 100
November 10, 2011, 02:53:22 AM
#8
and Coinhunter actually wants main stream to take him seriously!

Why do you type in bold? Are you afraid the people don't get your post otherwise?  Grin

Maybe the Strings will get hexencoded sooner or later hehe
member
Activity: 106
Merit: 10
November 10, 2011, 01:10:16 AM
#7
   static unsigned char SomeArrogantText1[]="Back when I was born the world was different. As a kid I could run around the streets, build things in the forest, go to the beach and generally live a care free life. Sure I had video games and played them a fair amount but they didn't get in the way of living an adventurous life. The games back then were different too. They didn't require 40 hours of your life to finish. Oh the good old days, will you ever come back?";

    static unsigned char SomeArrogantText2[]="Why do most humans not understand their shortcomings? The funny thing with the human brain is it makes everyone arrogant at their core. Sure some may fight it more than others but in every brain there is something telling them, HEY YOU ARE THE MOST IMPORTANT PERSON IN THE WORLD. THE CENTER OF THE UNIVERSE. But we can't all be that, can we? Well perhaps we can, introducing GODria, take 2 pills of this daily and you can be like RealSolid, lord of the universe.";

    static unsigned char SomeArrogantText3[]="What's up with kids like artforz that think it's good to attack other's work? He spent a year in the bitcoin scene riding on the fact he took some other guys SHA256 opencl code and made a miner out of it. Bravo artforz, meanwhile all the false praise goes to his head and he thinks he actually is a programmer. Real programmers innovate and create new work, they win through being better coders with better ideas. You're not real artforz, and I hear you like furries? What's up with that? You shouldn't go on IRC when you're drunk, people remember the weird stuff.";

Ok, I thought this was a well thought out joke.

I downloaded the source this evening, started looking it over, and lo-and-behold, there it is in util.cpp. No joke.

Unbelievable.
legendary
Activity: 1680
Merit: 1035
November 08, 2011, 07:42:33 PM
#6
Oh noes, furries.  FOR SHAME

Phewh! You made me worry for a sec. Having furries behind this thing would give a bad name to furries XD
hero member
Activity: 518
Merit: 500
November 08, 2011, 07:21:40 PM
#5
Really can't wait for ScamCoin 3 with extra added troll KoolAid !

Please RS do this as it will benefit everyone. Thanks !
full member
Activity: 168
Merit: 100
November 08, 2011, 02:36:29 PM
#4
I hope I'm mentioned in Solidcoin 3.0 which is already in development from what I hear.

Proof? No? Then it must be hallucination... or just a simple lie  Grin
member
Activity: 115
Merit: 10
October 28, 2011, 09:38:17 PM
#3
At least he used descriptive variable names.
hero member
Activity: 798
Merit: 1000
October 26, 2011, 09:34:07 PM
#2
others' not other's

time to make 3.0 to fix it, or can he rewrite that far back
legendary
Activity: 1484
Merit: 1005
October 26, 2011, 05:54:06 PM
#1
Code:
void BlockHash_Init()
{
    static unsigned char SomeArrogantText1[]="Back when I was born the world was different. As a kid I could run around the streets, build things in the forest, go to the beach and generally live a care free life. Sure I had video games and played them a fair amount but they didn't get in the way of living an adventurous life. The games back then were different too. They didn't require 40 hours of your life to finish. Oh the good old days, will you ever come back?";
    static unsigned char SomeArrogantText2[]="Why do most humans not understand their shortcomings? The funny thing with the human brain is it makes everyone arrogant at their core. Sure some may fight it more than others but in every brain there is something telling them, HEY YOU ARE THE MOST IMPORTANT PERSON IN THE WORLD. THE CENTER OF THE UNIVERSE. But we can't all be that, can we? Well perhaps we can, introducing GODria, take 2 pills of this daily and you can be like RealSolid, lord of the universe.";
    static unsigned char SomeArrogantText3[]="What's up with kids like artforz that think it's good to attack other's work? He spent a year in the bitcoin scene riding on the fact he took some other guys SHA256 opencl code and made a miner out of it. Bravo artforz, meanwhile all the false praise goes to his head and he thinks he actually is a programmer. Real programmers innovate and create new work, they win through being better coders with better ideas. You're not real artforz, and I hear you like furries? What's up with that? You shouldn't go on IRC when you're drunk, people remember the weird stuff.";
    BlockHash_1_MemoryPAD8 = new unsigned char[BLOCKHASH_1_PADSIZE+8];  //need the +8 for memory overwrites
    BlockHash_1_MemoryPAD32 = (uint32*)BlockHash_1_MemoryPAD8;

    BlockHash_1_Q[0] = 0x6970F271;
    BlockHash_1_Q[1] = 0x6970F271 + PHI;
    BlockHash_1_Q[2] = 0x6970F271 + PHI + PHI;
    for (int i = 3; i < 4096; i++)  BlockHash_1_Q[i] = BlockHash_1_Q[i - 3] ^ BlockHash_1_Q[i - 2] ^ PHI ^ i;
    BlockHash_1_c=362436;
    BlockHash_1_i=4095;

    int count1=0,count2=0,count3=0;
    for(int x=0;x<(BLOCKHASH_1_PADSIZE/4)+2;x++)  BlockHash_1_MemoryPAD32[x] = BlockHash_1_rand();
    for(int x=0;x    {
        switch(BlockHash_1_MemoryPAD8[x]&3)
        {
            case 0: BlockHash_1_MemoryPAD8[x] ^= SomeArrogantText1[count1++]; if(count1>=sizeof(SomeArrogantText1)) count1=0; break;
            case 1: BlockHash_1_MemoryPAD8[x] ^= SomeArrogantText2[count2++]; if(count2>=sizeof(SomeArrogantText2)) count2=0; break;
            case 2: BlockHash_1_MemoryPAD8[x] ^= SomeArrogantText3[count3++]; if(count3>=sizeof(SomeArrogantText3)) count3=0; break;
            case 3: BlockHash_1_MemoryPAD8[x] ^= 0xAA; break;
        }
    }
}

Oh noes, furries.  FOR SHAME
Jump to: