Pages:
Author

Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot) - page 39. (Read 500113 times)

legendary
Activity: 3248
Merit: 1070
stratum for bitcore isn't working i can't connect
member
Activity: 83
Merit: 10
Every time I try to build or configure the file I get this.

./configure: line 6177: syntax error near unexpected token `,'
./configure: line 6177: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
make: *** No targets specified and no makefile found.  Stop.

You have to actually look in the configure file on your own machine and search to line 6177 and you find this.  What is the syntax error it is talking about? Do I need to include earlier lines of code as well in order to get an answer or is this enough of the relevant code?

Code:
if test x$request_jansson = xtrue
then
JANSSON_LIBS="compat/jansson/libjansson.a"
else
JANSSON_LIBS=-ljansson
fi

LIBCURL_CHECK_CONFIG(, 7.15.2, ,
  AC_MSG_ERROR([Missing required libcurl >= 7.15.2]))

member
Activity: 115
Merit: 10


"Reject reason: low difficulty share of ..."

I am using ccminer 2.2.2 and i have this error both x86 and x64 ver. What am i doing wrong. Can anybody help me?

I figured it out. Once when i changed algo problem was solved.
member
Activity: 115
Merit: 10


"Reject reason: low difficulty share of ..."

I am using ccminer 2.2.2 and i have this error both x86 and x64 ver. What am i doing wrong. Can anybody help me?
sr. member
Activity: 266
Merit: 250
How to enable Segwit for Monacoin?
I.e. how to set version bits to 0x20000003 ?

TIA
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I have the following error during compilation:

Code:
/usr/local/cuda/bin/nvcc  -I. -I/usr/local/cuda/include -O3 -lineno -Xcompiler -Wall  -D_FORCE_INLINES -gencode=arch=compute_20,code=\"sm_21,compute_20\" -o scrypt/salsa_kernel.o -c scrypt/salsa_kernel.cu
nvcc fatal   : Unsupported gpu architecture 'compute_20'
Makefile:2717: recipe for target 'scrypt/salsa_kernel.o' failed
make[2]: *** [scrypt/salsa_kernel.o] Error 1
make[2]: *** Waiting for unfinished jobs....


May I ask if someone can help me with this?

compute 20 is not supported on cuda9.
just remove the relavant parts in Makefile.am, then run autogen.sh and configure again.

are you referring to this specific part?: https://github.com/tpruvot/ccminer/blob/windows/Makefile.am#L177

Yes. You can remove those lines.
legendary
Activity: 3766
Merit: 1742
Join the world-leading crypto sportsbook NOW!
I have the following error during compilation:

Code:
/usr/local/cuda/bin/nvcc  -I. -I/usr/local/cuda/include -O3 -lineno -Xcompiler -Wall  -D_FORCE_INLINES -gencode=arch=compute_20,code=\"sm_21,compute_20\" -o scrypt/salsa_kernel.o -c scrypt/salsa_kernel.cu
nvcc fatal   : Unsupported gpu architecture 'compute_20'
Makefile:2717: recipe for target 'scrypt/salsa_kernel.o' failed
make[2]: *** [scrypt/salsa_kernel.o] Error 1
make[2]: *** Waiting for unfinished jobs....


May I ask if someone can help me with this?

compute 20 is not supported on cuda9.
just remove the relavant parts in Makefile.am, then run autogen.sh and configure again.

are you referring to this specific part?: https://github.com/tpruvot/ccminer/blob/windows/Makefile.am#L177
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I have the following error during compilation:

Code:
/usr/local/cuda/bin/nvcc  -I. -I/usr/local/cuda/include -O3 -lineno -Xcompiler -Wall  -D_FORCE_INLINES -gencode=arch=compute_20,code=\"sm_21,compute_20\" -o scrypt/salsa_kernel.o -c scrypt/salsa_kernel.cu
nvcc fatal   : Unsupported gpu architecture 'compute_20'
Makefile:2717: recipe for target 'scrypt/salsa_kernel.o' failed
make[2]: *** [scrypt/salsa_kernel.o] Error 1
make[2]: *** Waiting for unfinished jobs....


May I ask if someone can help me with this?

compute 20 is not supported on cuda9.
just remove the relavant parts in Makefile.am, then run autogen.sh and configure again.
legendary
Activity: 3766
Merit: 1742
Join the world-leading crypto sportsbook NOW!
I have the following error during compilation:

Code:
/usr/local/cuda/bin/nvcc  -I. -I/usr/local/cuda/include -O3 -lineno -Xcompiler -Wall  -D_FORCE_INLINES -gencode=arch=compute_20,code=\"sm_21,compute_20\" -o scrypt/salsa_kernel.o -c scrypt/salsa_kernel.cu
nvcc fatal   : Unsupported gpu architecture 'compute_20'
Makefile:2717: recipe for target 'scrypt/salsa_kernel.o' failed
make[2]: *** [scrypt/salsa_kernel.o] Error 1
make[2]: *** Waiting for unfinished jobs....


May I ask if someone can help me with this?
newbie
Activity: 1
Merit: 0
when I compile on archlinux, after ./configure, I got:

checking for SSL_library_init in -lssl... no
configure: error: OpenSSL library required

I have openssl installed and I do see libssl.so in /usr/lib

Could someone help pls?
member
Activity: 102
Merit: 11
it's so funny that sp_ comes in here asking for help and code correcting, then later he advertises his miner and that its 20% faster than the available ones.
Anyone else think that's funny ?
Yes it is his usual way of saying... That others just change few lines and copy paste.... He never acknowledge the hard work of others. For him all others are just kids.
That's how he keeps his selling his 0.0002% improved H/s and the business continues.....
Don't bother.......Just ignore him .... move on.
hero member
Activity: 2548
Merit: 626
it's so funny that sp_ comes in here asking for help and code correcting, then later he advertises his miner and that its 20% faster than the available ones.
Anyone else think that's funny ?

Also sgminer's for HSR incoming, just look at yiimp miners version Smiley
member
Activity: 83
Merit: 10
I can't seem to get this to build correctly.  I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.  

Very Strange........ EWBF's Cuda Miner for ZEC is not opensource. You can only get already compiled version nothing else.
So how could you build it Huh

Maybe he was referring compiling as unzipping the archive and firing up the miner  Grin
My point is that I have other CPU and GPU miners on my computer and they work no problem.  I don't remember the exact method in which I installed each of them, but this is the only miner that I can't get to work.  Reminding me that the EWBF miner is executable when you download it doesn't help me get tpruvot's ccminer to work so what's the point in posting about it.  What does my error mean and how do I fix it?  Is my GPU simply not capable of running this miner or what?
member
Activity: 83
Merit: 10
I can't seem to get this to build correctly.  I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.  Yet getting this one too work seems to evade me.  I have an Nvidia GeFORCE GTX 650 Ti  (this is not a rig, just my computer) and so I set the nvcc Arch to (nvcc_ARCH = -gencode=arch=compute_30,code=\"sm_30,compute_30\") as it asked but I'm getting this when I run ./build.sh

Sorry for the book of code but I don't know what it really means.  What exactly is going wrong?  The only thing I can think of is that I had to switch drivers for my graphics card to mine on EWBF's so maybe I need to switch back, but if this uses CUDA then I don't think I can.  Anyways I'm thoroughly confused and could use help.

Something wants me to say that ccminer doesn't work with that old of a compute version, but I'm not sure on that.

Again not a programmer so my questions may be worded incorrectly.  When you say the compute version may be to old I'm assuming your referring to the 30 in the nvcc Arch part I changed.  On Tpruvot's own page he says that you need to check your GPU for what to set this parameter to.  The link is here https://github.com/tpruvot/ccminer/wiki/Compatibility and it says this is what my settings should be according to my computers NVidia GeFORCE GTX 650 Ti.  Like I said I have no idea what the problem is, but it says something is wrong with the syntax in line 6177.  What does that mean?
member
Activity: 83
Merit: 10
I can't seem to get this to build correctly.  I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.  

Very Strange........ EWBF's Cuda Miner for ZEC is not opensource. You can only get already compiled version nothing else.
So how could you build it Huh

Note me saying I wasn't a programmer so I'm not going to use the correct syntax.  I guess I built the CUDA repositories for EWBF's and then downloaded the executable miner.  Why can't I use the build function on this Miner?  You still didn't answer my question.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Yiimp down again :-(
full member
Activity: 209
Merit: 100
Join Cashbery Coin!
I can't seem to get this to build correctly.  I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.  Yet getting this one too work seems to evade me.  I have an Nvidia GeFORCE GTX 650 Ti  (this is not a rig, just my computer) and so I set the nvcc Arch to (nvcc_ARCH = -gencode=arch=compute_30,code=\"sm_30,compute_30\") as it asked but I'm getting this when I run ./build.sh

Sorry for the book of code but I don't know what it really means.  What exactly is going wrong?  The only thing I can think of is that I had to switch drivers for my graphics card to mine on EWBF's so maybe I need to switch back, but if this uses CUDA then I don't think I can.  Anyways I'm thoroughly confused and could use help.

Something wants me to say that ccminer doesn't work with that old of a compute version, but I'm not sure on that.
legendary
Activity: 3766
Merit: 1742
Join the world-leading crypto sportsbook NOW!
I can't seem to get this to build correctly.  I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.  

Very Strange........ EWBF's Cuda Miner for ZEC is not opensource. You can only get already compiled version nothing else.
So how could you build it Huh

Maybe he was referring compiling as unzipping the archive and firing up the miner  Grin
member
Activity: 102
Merit: 11
I can't seem to get this to build correctly.  I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.  

Very Strange........ EWBF's Cuda Miner for ZEC is not opensource. You can only get already compiled version nothing else.
So how could you build it Huh
member
Activity: 83
Merit: 10
I can't seem to get this to build correctly.  I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.  Yet getting this one too work seems to evade me.  I have an Nvidia GeFORCE GTX 650 Ti  (this is not a rig, just my computer) and so I set the nvcc Arch to (nvcc_ARCH = -gencode=arch=compute_30,code=\"sm_30,compute_30\") as it asked but I'm getting this when I run ./build.sh

./build.sh
make: *** No rule to make target 'distclean'.  Stop.
clean
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc option to support OpenMP... -fopenmp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking for gzopen in -lz... yes
checking for SSL_library_init in -lssl... yes
checking for EVP_DigestFinal_ex in -lcrypto... yes
./configure: line 6177: syntax error near unexpected token `,'
./configure: line 6177: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
make: *** No targets specified and no makefile found.  Stop.


Sorry for the book of code but I don't know what it really means.  What exactly is going wrong?  The only thing I can think of is that I had to switch drivers for my graphics card to mine on EWBF's so maybe I need to switch back, but if this uses CUDA then I don't think I can.  Anyways I'm thoroughly confused and could use help.
Pages:
Jump to: