Pages:
Author

Topic: [ANN][WHRL] WhirlCoin | WhirlPool Algorithm | Sloped Rewards |AMD + CUDA Equal - page 48. (Read 118096 times)

sr. member
Activity: 476
Merit: 250
already someone is using GPU to mine this coin  Shocked
hero member
Activity: 1400
Merit: 505
Someone has GPU miner? nethash 150 MH/s!  Shocked



Shit, caught... I'm currently testing it, but i need to check if everything works fine before releasing it.











let me help to check it
LOL LOL
legendary
Activity: 2688
Merit: 1240
Someone has GPU miner? nethash 150 MH/s!  Shocked


Shit, caught... I'm currently testing it, but i need to check if everything works fine before releasing it.





You too ?

inline void bitblockhash(void *state, const void *input)
{
    init_Bhash_contexts();

    Xhash_context_holder ctx;

    uint32_t hashA[16], hashB[16];

    memcpy(&ctx, &base_contexts, sizeof(base_contexts));

    sph_whirlpool (&ctx.whirlpool1, input, 80);
    sph_whirlpool_close(&ctx.whirlpool1, hashA);

    sph_whirlpool (&ctx.whirlpool1, hashA, 64);
    sph_whirlpool_close(&ctx.whirlpool1, hashB);

    sph_whirlpool (&ctx.whirlpool1, hashB, 64);
    sph_whirlpool_close(&ctx.whirlpool1, hashA);

    sph_whirlpool (&ctx.whirlpool1, hashA, 64);
    sph_whirlpool_close(&ctx.whirlpool1, hashB);


    memcpy(state, hashB, 32);

}

Not really that hard.. Since everything is already there because of X15 Smiley (sgminer 5)
hero member
Activity: 672
Merit: 501
Someone has GPU miner? nethash 150 MH/s!  Shocked


Shit, caught... I'm currently testing it, but i need to check if everything works fine before releasing it.









sr. member
Activity: 252
Merit: 250
legendary
Activity: 2688
Merit: 1240

https://mega.co.nz/#!95Y1hBRK!kGMU8ModkP8IpbKxYdrwvr3oEkYXZvXc1RDfQ2zdJUw

Ubuntu 64-bit

Now if suprnova.cc could only find a block...


yup.. really unlucky.. i've just checked everything.. we're doing fine, we're just unlucky at the moment..
hero member
Activity: 1400
Merit: 505
how long is block maturity ?
hero member
Activity: 658
Merit: 500
Admin of DwarfPool.com

Now if suprnova.cc could only find a block...


DwarfPool has found already 3 blocks ))

http://dwarfpool.com/whrl

newbie
Activity: 54
Merit: 0
hero member
Activity: 561
Merit: 500
kittehcoin.info
I just keep getting errors undefined reference to sha256

somewhere here is the problem

Quote
   /* Generate merkle root */
        SHA256((unsigned char*)sctx->job.coinbase, sctx->job.coinbase_size, (unsigned char*)merkle_root);
   for (i = 0; i < sctx->job.merkle_count; i++) {
      memcpy(merkle_root + 32, sctx->job.merkle, 32);
      sha256d(merkle_root, merkle_root, 64);
   }



hero member
Activity: 1400
Merit: 505
come on we need a windows miner plz      tnx

why dont u just install virtual box and run linux live-cd there, its faster than waiting windows compiled
newbie
Activity: 18
Merit: 0
come on we need a windows miner plz      tnx
newbie
Activity: 54
Merit: 0
sr. member
Activity: 327
Merit: 250
it's a hardware thing!
So my wallet does not show that I am solo mining.
I see the threads on minerd.exe but the wallet it self shows nothing. Anyone else see this on windows?
Pages:
Jump to: