Bitcoin Forum
June 21, 2024, 11:24:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  Print  
Author Topic: [ANN][WHRL] WhirlCoin | WhirlPool Algorithm | Sloped Rewards |AMD + CUDA Equal  (Read 118059 times)
majsta
Hero Member
*****
Offline Offline

Activity: 561
Merit: 500


kittehcoin.info


View Profile
July 21, 2014, 05:55:26 PM
 #281

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);
   }




mkjohnson
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
July 21, 2014, 06:00:58 PM
 #282


Now if suprnova.cc could only find a block...
Atrides
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


Admin of DwarfPool.com


View Profile WWW
July 21, 2014, 06:04:27 PM
 #283


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


DwarfPool has found already 3 blocks ))

http://dwarfpool.com/whrl


DwarfPool Quality you can trust! http://DwarfPool.com Reliable Monero, Zcash and ETH Pool Monero Proxy
Anonymous pool with failover servers and PPS, Profit Calculator and Price chart: [XMR][ETH][ZEC]... Support thread
MoneroClub - free P2P Exchange Platform www.MoneroClub.com
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
July 21, 2014, 06:04:36 PM
 #284

how long is block maturity ?
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 21, 2014, 06:05:08 PM
 #285


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..

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
dstorm
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 21, 2014, 06:05:43 PM
 #286

how long is block maturity ?

140

altmine.net p2pools - Follow me on Twitter for latest updates @altminenet
mangodream
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
July 21, 2014, 06:13:48 PM
 #287

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.









ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 21, 2014, 06:15:13 PM
 #288

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)

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
July 21, 2014, 06:15:43 PM
 #289

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
griffinriz
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
July 21, 2014, 06:32:51 PM
 #290

already someone is using GPU to mine this coin  Shocked
mangodream
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
July 21, 2014, 06:36:48 PM
 #291

Whirlpool.cl


trankil
Hero Member
*****
Offline Offline

Activity: 854
Merit: 539


View Profile WWW
July 21, 2014, 06:40:58 PM
 #292


with witch version of sph_sgminer?
mangodream
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
July 21, 2014, 06:45:36 PM
 #293

Sgminer 4.2.1 but.... dunno if it works guys Huh

Just saw this whirlpool.cl in kernel folder, let's see... BECAUSE THE GPU MINER DON'T WANT TO SHARE HIS WORK Grin Grin Grin
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 21, 2014, 06:47:06 PM
 #294


its included in sg5

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 21, 2014, 06:50:37 PM
 #295

first gpu miner is there: ccminer with whirlcoin support.
here: https://github.com/djm34/ccminer

bounty here: FrsvZzCqxkhQxfua31BggEeTdTXUcpy2JL  ( Grin)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
busminer
Hero Member
*****
Offline Offline

Activity: 1764
Merit: 570


Twitter\X @AlexKosa1


View Profile WWW
July 21, 2014, 06:52:09 PM
 #296

first gpu miner is there: ccminer with whirlcoin support.
here: https://github.com/djm34/ccminer

bounty here: FrsvZzCqxkhQxfua31BggEeTdTXUcpy2JL  ( Grin)
for windows &^)

Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
July 21, 2014, 06:52:57 PM
 #297

first gpu miner is there: ccminer with whirlcoin support.
here: https://github.com/djm34/ccminer

bounty here: FrsvZzCqxkhQxfua31BggEeTdTXUcpy2JL  ( Grin)

How about exe?  Tongue
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 21, 2014, 06:58:26 PM
 #298

it's coming... for those compiling it, use cuda 6.0 or higher with 5.5 it takes forever

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
July 21, 2014, 06:58:58 PM
 #299

Waiting...  Roll Eyes
Atrides
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


Admin of DwarfPool.com


View Profile WWW
July 21, 2014, 07:02:59 PM
 #300

first gpu miner is there: ccminer with whirlcoin support.
here: https://github.com/djm34/ccminer

Do you tested it? Which speed do you have with any cards?

http://dwarfpool.com/whrl

DwarfPool Quality you can trust! http://DwarfPool.com Reliable Monero, Zcash and ETH Pool Monero Proxy
Anonymous pool with failover servers and PPS, Profit Calculator and Price chart: [XMR][ETH][ZEC]... Support thread
MoneroClub - free P2P Exchange Platform www.MoneroClub.com
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!