Pages:
Author

Topic: Signatum (skunk) ccminer-krnlx 30+mh 1070, 52.5+ mh 1080ti [FREE,OPENSOURCE] - page 18. (Read 39453 times)

legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
is this faster than sp mod 5? i see with sp mod you get 30.5, here how much exactly? you said 30+, so i guess the same as sp mod or not? so i don't need to pay for it thanks
newbie
Activity: 52
Merit: 0
Meanwhile, if you use Ubuntu, use this guide for easy compiling: http://thecryptoworld.org/comment-compiler-ccminer-sur-ubuntu

I get 2MH/s more in total compared to palgin's mod on my rig with 980 Ti and 970 ^^

Thanks for the mod!
newbie
Activity: 12
Merit: 0
I built the project from source on windows but I got allocation errors.

The compiled binary is here : sendspace com/file/yxp59j

It is preferable to build it yourself to avoid any embedded viruses...

How to build.
Please give a step by step guide.
thanks

You need:
- Visual Studio 2013 (Free edition)
- CUDA ToolKit 8
- GIT

And do the following :
git clone https://github.com/krnlx/ccminer-skunk-krnlx
git clone https://github.com/peters/curl-for-windows.git compat/curl-for-windows

Copy the second project inside the first project (you will see a folder called "compat")

Then open the ccminer.sln project using Visual Studio, and then BUILD/Compile

Then open the ccminer.sln project using Visual Studio, and then BUILD / Batch Build ... , and tick the build button next to "Release|win32". And then click the build button on the top right corner.
full member
Activity: 434
Merit: 107
I built the project from source on windows but I got allocation errors.

The compiled binary is here : sendspace com/file/yxp59j

It is preferable to build it yourself to avoid any embedded viruses...

How to build.
Please give a step by step guide.
thanks
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
Can confirm my 1080Ti went from 46.5 to 50.3.

what tdp  80%?

could you test with a 50% tdp?

 I can do 38 with  50%  tdp


using a 1080ti
newbie
Activity: 12
Merit: 0
I built the project from source on windows but I got allocation errors.

The compiled binary is here : sendspace com/file/yxp59j

It is preferable to build it yourself to avoid any embedded viruses...

EDIT : Error message https://i.imgur.com/3yPWY0m.png
member
Activity: 70
Merit: 10
Can someone post the Windows Binary......... for everyone... Please

+1 and whats hashrate on 1080?
full member
Activity: 227
Merit: 100
damn  you...

now i'm gonna have to learn how to compile Smiley
member
Activity: 99
Merit: 10
GPU #1: Graphics Device, 50.50 MH/s

With Palgin's was ~46 MH/s. Good work! Smiley
full member
Activity: 243
Merit: 105
Hum i do :

./autogen.sh

./configure

When i do

"make" or "make -j 4"

i get this error Sad

http://imgur.com/a/uZKLG

Can you show full error log ?

It seems, that it is openssl-related issue, do you have openssl-dev installed ?

make  all-recursive
make[1]: Entering directory '/home/m1/ccminer-skunk-krnlx'
Making all in compat
make[2]: Entering directory '/home/m1/ccminer-skunk-krnlx/compat'
make[3]: Entering directory '/home/m1/ccminer-skunk-krnlx/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/m1/ccminer-skunk-krnlx/compat'
make[2]: Leaving directory '/home/m1/ccminer-skunk-krnlx/compat'
make[2]: Entering directory '/home/m1/ccminer-skunk-krnlx'
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing  -I/usr/local/cuda/include -DUSE_WRAPNVML    -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-bignum.o -MD -MP -MF .deps/ccminer-bignum.Tpo -c -o ccminer-bignum.o `test -f 'bignum.cpp' || echo './'`bignum.cpp
In file included from bignum.cpp:8:0:
bignum.hpp:63:24: error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
 class CBigNum : public BIGNUM
                        ^
In file included from /usr/local/include/openssl/bn.h:32:0,
                 from bignum.hpp:20,
                 from bignum.cpp:8:
/usr/local/include/openssl/ossl_typ.h:80:16: note: forward declaration of ‘BIGNUM {aka struct bignum_st}’

I just do apt-get install libcurl4-openssl-dev, dont remove the error.

https://bitcointalksearch.org/topic/m.20355655
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
Hum i do :

./autogen.sh

./configure

When i do

"make" or "make -j 4"

i get this error Sad

http://imgur.com/a/uZKLG

Can you show full error log ?

It seems, that it is openssl-related issue, do you have openssl-dev installed ?

make  all-recursive
make[1]: Entering directory '/home/m1/ccminer-skunk-krnlx'
Making all in compat
make[2]: Entering directory '/home/m1/ccminer-skunk-krnlx/compat'
make[3]: Entering directory '/home/m1/ccminer-skunk-krnlx/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/m1/ccminer-skunk-krnlx/compat'
make[2]: Leaving directory '/home/m1/ccminer-skunk-krnlx/compat'
make[2]: Entering directory '/home/m1/ccminer-skunk-krnlx'
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing  -I/usr/local/cuda/include -DUSE_WRAPNVML    -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-bignum.o -MD -MP -MF .deps/ccminer-bignum.Tpo -c -o ccminer-bignum.o `test -f 'bignum.cpp' || echo './'`bignum.cpp
In file included from bignum.cpp:8:0:
bignum.hpp:63:24: error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
 class CBigNum : public BIGNUM
                        ^
In file included from /usr/local/include/openssl/bn.h:32:0,
                 from bignum.hpp:20,
                 from bignum.cpp:8:
/usr/local/include/openssl/ossl_typ.h:80:16: note: forward declaration of ‘BIGNUM {aka struct bignum_st}’

I just do apt-get install libcurl4-openssl-dev, dont remove the error.
member
Activity: 119
Merit: 61
Was compiled and tested on one GeForce GTX 1060 3GB (stock, without overclocking). Hashrate compared with other miners:

p.s. All three miners was compiled under Linux (x64) with CUDA 7.5.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
doesnt run on windows from my first tests (cuda 9)

edit: it works with cuda 8

same on linux, ok with cuda 7.5 and 8, not 9
hero member
Activity: 630
Merit: 502
Can confirm my 1080Ti went from 46.5 to 50.3.
sr. member
Activity: 532
Merit: 250
The harder your life is the more meaning it has.
any good guide for compiling things like this ? for windows ? very noob sorry
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
use ./build.sh (tested ok)
full member
Activity: 243
Merit: 105
Hum i do :

./autogen.sh

./configure

When i do

"make" or "make -j 4"

i get this error Sad

http://imgur.com/a/uZKLG

Can you show full error log ?

It seems, that it is openssl-related issue, do you have openssl-dev installed ?
member
Activity: 158
Merit: 10
Can someone post the Windows Binary......... for everyone... Please
+1 wait for windows binary
member
Activity: 102
Merit: 11
Can someone post the Windows Binary......... for everyone... Please
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
Hum i do :

./autogen.sh

./configure

When i do

"make" or "make -j 4"

i get this error Sad

http://imgur.com/a/uZKLG
Pages:
Jump to: