Pages:
Author

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

legendary
Activity: 1400
Merit: 1050
updated (updating... actually)
hero member
Activity: 1400
Merit: 505
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod  

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated

I get this error
Code:
[23:07:32] "/tmp/OCLjA2tNz.cl", line 98: catastrophic error: cannot open source file
          "sha2.cl"
  #include "sha2.cl"

+1
just remove it (the sha2.cl and the others except whirlpool.cl)
I just updated github with a corrected version


nope:
Code:
[23:26:29] Started sgminer
[23:26:30] Kernel whirlcoin is not really experimental.
[23:26:30] Error -11: Building Program (clBuildProgram)
[23:26:30] "/tmp/OCLQosMsX.cl", line 127: error: function "DEC64LE" declared implicitly
      n0 = DEC64LE(block +   0);
           ^

1 error detected in the compilation of "/tmp/OCLQosMsX.cl".

Frontend phase failed compilation.

+1

Code:
#define SWAP4(x) as_uint(as_uchar4(x).wzyx)
#define SWAP8(x) as_ulong(as_uchar8(x).s76543210)

#if SPH_BIG_ENDIAN
    #define DEC64LE(x) (x)
    #define DEC64BE(x) (*(const __global sph_u64 *) (x));
#else
    #define DEC64LE(x) SWAP8(x)
    #define DEC64BE(x) SWAP8(*(const __global sph_u64 *) (x));
#endif
legendary
Activity: 1400
Merit: 1050
Code:
whirlcoin.c:43:2: error: unknown type name ‘sph_blake512_context’
  sph_blake512_context    blake1;

Who next?  Smiley
sorry I have so many different version... that I am a bit lost...
hero member
Activity: 658
Merit: 500
Admin of DwarfPool.com
Code:
whirlcoin.c:43:2: error: unknown type name ‘sph_blake512_context’
  sph_blake512_context    blake1;

Who next?  Smiley
hero member
Activity: 1400
Merit: 505
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod 

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated

I get this error
Code:
[23:07:32] "/tmp/OCLjA2tNz.cl", line 98: catastrophic error: cannot open source file
          "sha2.cl"
  #include "sha2.cl"

+1
just remove it (the sha2.cl and the others except whirlpool.cl)
I just updated github with a corrected version


nope:
Code:
[23:26:29] Started sgminer
[23:26:30] Kernel whirlcoin is not really experimental.
[23:26:30] Error -11: Building Program (clBuildProgram)
[23:26:30] "/tmp/OCLQosMsX.cl", line 127: error: function "DEC64LE" declared implicitly
      n0 = DEC64LE(block +   0);
           ^

1 error detected in the compilation of "/tmp/OCLQosMsX.cl".

Frontend phase failed compilation.

+1
legendary
Activity: 2688
Merit: 1240
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod  

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated

I get this error
Code:
[23:07:32] "/tmp/OCLjA2tNz.cl", line 98: catastrophic error: cannot open source file
          "sha2.cl"
  #include "sha2.cl"

+1
just remove it (the sha2.cl and the others except whirlpool.cl)
I just updated github with a corrected version


nope:
Code:
[23:26:29] Started sgminer
[23:26:30] Kernel whirlcoin is not really experimental.
[23:26:30] Error -11: Building Program (clBuildProgram)
[23:26:30] "/tmp/OCLQosMsX.cl", line 127: error: function "DEC64LE" declared implicitly
      n0 = DEC64LE(block +   0);
           ^

1 error detected in the compilation of "/tmp/OCLQosMsX.cl".

Frontend phase failed compilation.
legendary
Activity: 1400
Merit: 1050
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod 

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated

Code:
whirlcoin.c:43:2: error: unknown type name ‘sph_blake512_context’
  sph_blake512_context    blake1;
github updated...
hero member
Activity: 1400
Merit: 505
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod 

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated

Code:
whirlcoin.c:43:2: error: unknown type name ‘sph_blake512_context’
  sph_blake512_context    blake1;
legendary
Activity: 1400
Merit: 1050
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod  

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated

I get this error
Code:
[23:07:32] "/tmp/OCLjA2tNz.cl", line 98: catastrophic error: cannot open source file
          "sha2.cl"
  #include "sha2.cl"

+1
just remove it (the sha2.cl and the others except whirlpool.cl)
I just updated github with a corrected version
legendary
Activity: 938
Merit: 1001
http://www.hashharder.com/whirl/whirlcoin IS UP

Help us find out first block

And check out our new layout

thanks to ocminer for his support and dstorm for the needed files
hero member
Activity: 868
Merit: 1000
legendary
Activity: 2688
Merit: 1240
Sorry for the late response, I've been sleeping (+11 timezone)

I'll update the op shortly. Not sure why my cpu miner doesn't work...

Also notice how the implementation of whirlpool is not whirlpool, but whirlpool1

May help out a bit

It is not working because you are using double sha256 to generate the merkle root. See this commit: https://bitbucket.org/dstorm/cpuminer-whirlcoin/commits/f7a19eaa45df852987e1c0f1710295b9cd054ae9

Can't believe I missed that. I'll compile yours on windows and change the official source (if you don't mind Tongue)

Yes please. Don't forget to include the other changes.
I'm getting "Undefined reference to SHA256" when compiling yours on windows. Not sure if it's included from somewhere
[/quote]

add -lssl -lcrypto to linking ..

(search for LD_ADD (if i remember correclty)
legendary
Activity: 2688
Merit: 1240
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod  

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated

I get this error
Code:
[23:07:32] "/tmp/OCLjA2tNz.cl", line 98: catastrophic error: cannot open source file
          "sha2.cl"
  #include "sha2.cl"

+1
full member
Activity: 602
Merit: 111
Sorry for the late response, I've been sleeping (+11 timezone)

I'll update the op shortly. Not sure why my cpu miner doesn't work...

Also notice how the implementation of whirlpool is not whirlpool, but whirlpool1

May help out a bit

It is not working because you are using double sha256 to generate the merkle root. See this commit: https://bitbucket.org/dstorm/cpuminer-whirlcoin/commits/f7a19eaa45df852987e1c0f1710295b9cd054ae9

Can't believe I missed that. I'll compile yours on windows and change the official source (if you don't mind Tongue)

Yes please. Don't forget to include the other changes.
I'm getting "Undefined reference to SHA256" when compiling yours on windows. Not sure if it's included from somewhere [/quote]
sr. member
Activity: 252
Merit: 250
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod  

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated

I get this error
Code:
[23:07:32] "/tmp/OCLjA2tNz.cl", line 98: catastrophic error: cannot open source file
          "sha2.cl"
  #include "sha2.cl"
hero member
Activity: 868
Merit: 1000
sr. member
Activity: 252
Merit: 250
Sorry for the late response, I've been sleeping (+11 timezone)

I'll update the op shortly. Not sure why my cpu miner doesn't work...

Also notice how the implementation of whirlpool is not whirlpool, but whirlpool1

May help out a bit

It is not working because you are using double sha256 to generate the merkle root. See this commit: https://bitbucket.org/dstorm/cpuminer-whirlcoin/commits/f7a19eaa45df852987e1c0f1710295b9cd054ae9

Can't believe I missed that. I'll compile yours on windows and change the official source (if you don't mind Tongue)

Yes please. Don't forget to include the other changes.
legendary
Activity: 1400
Merit: 1050
sgminer with whirlpool (don't use fresh, it is currently broken as I was testing whirlcoin there...)
https://github.com/djm34/sph-sgminer_x11mod  

sgminer --kernel whirlcoin

sorry no binaries... problem to solve before with linux release of ccminer

btw why did you use whirlpool1 ? it is called "old1"  Grin, it means deprecated
full member
Activity: 602
Merit: 111
Sorry for the late response, I've been sleeping (+11 timezone)

I'll update the op shortly. Not sure why my cpu miner doesn't work...

Also notice how the implementation of whirlpool is not whirlpool, but whirlpool1

May help out a bit

It is not working because you are using double sha256 to generate the merkle root. See this commit: https://bitbucket.org/dstorm/cpuminer-whirlcoin/commits/f7a19eaa45df852987e1c0f1710295b9cd054ae9

Can't believe I missed that. I'll compile yours on windows and change the official source (if you don't mind Tongue)
sr. member
Activity: 252
Merit: 250
Sorry for the late response, I've been sleeping (+11 timezone)

I'll update the op shortly. Not sure why my cpu miner doesn't work...

Also notice how the implementation of whirlpool is not whirlpool, but whirlpool1

May help out a bit

It is not working because you are using double sha256 to generate the merkle root. See this commit: https://bitbucket.org/dstorm/cpuminer-whirlcoin/commits/f7a19eaa45df852987e1c0f1710295b9cd054ae9
Pages:
Jump to: