Pages:
Author

Topic: delete - page 2. (Read 3374 times)

sr. member
Activity: 252
Merit: 251
October 03, 2011, 03:22:25 AM
#11
Nah I'm not like artforz, copying other code to solve problems which are simple. Take a look at my block init for example.

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;
        }
    }
}
member
Activity: 112
Merit: 11
Hillariously voracious
October 03, 2011, 03:04:12 AM
#10
I think CH is just taking his time to figure out the answer to "how do I  makefiles?" conundrum so he can port TBX algo to his little chain.

Anyone willing to bet whether SC2.0 will be "accidentally scrypt-based" ?
legendary
Activity: 1554
Merit: 1222
brb keeping up with the Kardashians
October 03, 2011, 02:53:35 AM
#9
Is it just me, or is the only one talking shit is Bitcoinexpress?  He's trying to ride Artforz's coattails and take credit for everything when AF does all the heavy lifting.
member
Activity: 112
Merit: 11
Hillariously voracious
October 03, 2011, 02:25:20 AM
#8
I distinctly recall CH promising a whole article/whitepaper about his design.

Are we going to see it ?
sr. member
Activity: 252
Merit: 251
October 03, 2011, 02:18:37 AM
#7
Quote
You also do not have enough faith in your own code to let me test your "unbreakable SC 2.0" with an audience watching either do you? So until you are ready to step and get bitch slapped again, STFU.

Haha, I said it will be out in a few days. If you want to pull out of your "attack" because you're scared then that's ok. No harm no foul right?

Otherwise hold your mouth and do it publicly when it starts, we'll all be watching! Smiley
newbie
Activity: 34
Merit: 0
October 03, 2011, 01:48:36 AM
#6
sr. member
Activity: 252
Merit: 251
October 03, 2011, 01:39:15 AM
#5
Quote
I guess we'll see in a few days then won't we.

Regardless what I am known for, it was enough for you to be talking crap one minute and pulling down your network the next wasn't it?

Riiight. Like you're the only troll on the block. You think pretty highly of yourself I think when you've actually done _nothing_ to deserve that own self impression.
sr. member
Activity: 252
Merit: 251
October 03, 2011, 01:28:04 AM
#4
Please, I'm sure you can wait a few more days to show the world how smart and brave you are. Real development takes time, it's not like changing a variable in geistgeld and hacking the chain, which is all you're known for.
full member
Activity: 154
Merit: 100
October 03, 2011, 01:25:06 AM
#3
If only there was a way to short the various shitcoins...  I'd do it even with 5:1 margin requirements.  Satoshi was a freaking genius.  Every alt currency so far has been an unmitigated disaster for "investors."

That said, with a truly memory size constrained crypto scheme it won't matter what interface you have to the underlying hardware.  Browser wrappers, native API, whatever.  Just like having a 1600 CPUs won't help when your bottleneck is startIOs.
sr. member
Activity: 252
Merit: 251
October 03, 2011, 01:22:30 AM
#2
You won't have long to wait, it will be up within a few days. Just keep an eye on the site or forum like all other SolidCoin users.
legendary
Activity: 1210
Merit: 1024
October 03, 2011, 01:19:11 AM
#1
delete
Pages:
Jump to: