Bitcoin Forum
June 17, 2024, 06:34:47 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 »
  Print  
Author Topic: CCminer M7 (XCN) by djm34, fixed + optimized for cuda 8 and new cards by PALLAS  (Read 52575 times)
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 16, 2016, 02:42:28 PM
 #401

Updated wallet? Huh anything we can also use?
You have the current blockchain..maybe you can also offer it for download somewhere so we get a better syncing for all people.

Ah what i wanted to ask..you complied now on Ubuntu 16.04? Or still 14.04..stoneage :-D

It's all available in the coin thread, look in the last page.

pokeytex
Legendary
*
Offline Offline

Activity: 1504
Merit: 1002



View Profile
October 16, 2016, 03:29:33 PM
 #402

If you can wait a bit, I will commit the changes to github.

Thank You!  I can wait.

Here it is! :-)

New commit: "GCC 5.4 and cuda8 final build fix"

Enjoy!

Thank you pallas - I will try again today.

It is hard teaching a Windows user Linux - But I refuse to give up.

ioglnx
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
October 16, 2016, 03:35:23 PM
 #403

I just received this message on suprnova:
This pool will be closing soon as Polo removes XCN from the Exchange - please move over to xcn.1gh.com - Thanks !

Thats it..XCN finally dead..

GTX 1080Ti rocks da house... seriously... this card is a beast³
Owning by now 18x GTX1080Ti :-D @serious love of efficiency
krnlx
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 16, 2016, 03:44:56 PM
 #404

I just received this message on suprnova:
This pool will be closing soon as Polo removes XCN from the Exchange - please move over to xcn.1gh.com - Thanks !

Thats it..XCN finally dead..

Pallas, you can open the source of optimized version - it is not needed anymore... xcn pool will be last pool and last node of XCN. Complitly dead.. I think you are mining Zcoin on GPU. What is your hashrate on single 1070?
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 16, 2016, 03:50:44 PM
 #405

I just received this message on suprnova:
This pool will be closing soon as Polo removes XCN from the Exchange - please move over to xcn.1gh.com - Thanks !

Thats it..XCN finally dead..

Pallas, you can open the source of optimized version - it is not needed anymore... xcn pool will be last pool and last node of XCN. Complitly dead.. I think you are mining Zcoin on GPU. What is your hashrate on single 1070?

No and no.
You can mine on 1gh and trade on btc38 or bter.

krnlx
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 16, 2016, 04:02:08 PM
 #406

I just received this message on suprnova:
This pool will be closing soon as Polo removes XCN from the Exchange - please move over to xcn.1gh.com - Thanks !

Thats it..XCN finally dead..

Pallas, you can open the source of optimized version - it is not needed anymore... xcn pool will be last pool and last node of XCN. Complitly dead.. I think you are mining Zcoin on GPU. What is your hashrate on single 1070?

No and no.
You can mine on 1gh and trade on btc38 or bter.

What about Zcoin? Did you made a gpu miner? I achieved 74h/s on dual E5-2690 by compiling with icc...
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 16, 2016, 04:27:51 PM
 #407

I just received this message on suprnova:
This pool will be closing soon as Polo removes XCN from the Exchange - please move over to xcn.1gh.com - Thanks !

Thats it..XCN finally dead..

Pallas, you can open the source of optimized version - it is not needed anymore... xcn pool will be last pool and last node of XCN. Complitly dead.. I think you are mining Zcoin on GPU. What is your hashrate on single 1070?

No and no.
You can mine on 1gh and trade on btc38 or bter.

What about Zcoin? Did you made a gpu miner? I achieved 74h/s on dual E5-2690 by compiling with icc...

That's a bit OT but zcoin lyra implementation is very hard on GPU, as the lyra matrix grows with block height. Surely possible to do, likely to be slower than cpu.

pokeytex
Legendary
*
Offline Offline

Activity: 1504
Merit: 1002



View Profile
October 16, 2016, 05:13:28 PM
 #408

If you can wait a bit, I will commit the changes to github.

Thank You!  I can wait.

Here it is! :-)

New commit: "GCC 5.4 and cuda8 final build fix"

Enjoy!

Thank you pallas - I will try again today.

It is hard teaching a Windows user Linux - But I refuse to give up.

Ok - I am not having more issues then before:

Would someone please list the tools that are needed in order to compile this?  Let's say I start with a fresh install of Ubuntu 16.04 -

I know after install I do the following:
sudo apt-get upgrade
sudo apt-get update

then what tools and order do I need to compile this source?  I have so many tabs open I am getting lost on build-essentials, automake, autoconf, cuda toolkit, I keep getting error after error.

Thanks,
pokeytex

pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 16, 2016, 05:53:28 PM
 #409

Don't install cuda-toolkit, install cuda8 run file instead.
What errors are you getting?

pokeytex
Legendary
*
Offline Offline

Activity: 1504
Merit: 1002



View Profile
October 16, 2016, 07:25:47 PM
 #410

Don't install cuda-toolkit, install cuda8 run file instead.
What errors are you getting?

Here is my output so far for ./configure -

root@Achilles:/home/pokeytex/Downloads/ccminer-m7/ccminer-m7-branch-master# ./configure
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
/home/pokeytex/Downloads/ccminer-m7/ccminer-m7-branch-master/missing: Unknown `--is-lightweight' option
Try `/home/pokeytex/Downloads/ccminer-m7/ccminer-m7-branch-master/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
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 whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking for SSL_library_init in -lssl... yes
checking for EVP_DigestFinal_ex in -lcrypto... yes
./configure: line 6188: syntax error near unexpected token `,'
./configure: line 6188: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 16, 2016, 07:41:55 PM
 #411

Try apt-get install libcurl-dev

pokeytex
Legendary
*
Offline Offline

Activity: 1504
Merit: 1002



View Profile
October 17, 2016, 02:24:44 AM
 #412

Try apt-get install libcurl-dev

Now this error:  Most frustrating!

root@Achilles:/usr/bin# apt-get install libcurl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl-dev is a virtual package provided by:
  libcurl4-openssl-dev 7.47.0-1ubuntu2.1
  libcurl4-nss-dev 7.47.0-1ubuntu2.1
  libcurl4-gnutls-dev 7.47.0-1ubuntu2.1
You should explicitly select one to install.

E: Package 'libcurl-dev' has no installation candidate
root@Achilles:/usr/bin# apt-get install libcurl4-openssl-dev 7.47.0-1ubuntu2.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package 7.47.0-1ubuntu2.1
E: Couldn't find any package by glob '7.47.0-1ubuntu2.1'
E: Couldn't find any package by regex '7.47.0-1ubuntu2.1'

pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 17, 2016, 06:41:14 AM
 #413

Use the openssl one. Cut and paste the name of the package or use the tab key for auto completion.

pokeytex
Legendary
*
Offline Offline

Activity: 1504
Merit: 1002



View Profile
October 17, 2016, 10:32:32 PM
 #414

Use the openssl one. Cut and paste the name of the package or use the tab key for auto completion.

@pallas - what should I be compiling this in - Ubuntu 14.04 or 16.04?

krnlx
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
October 17, 2016, 11:57:23 PM
 #415

Use the openssl one. Cut and paste the name of the package or use the tab key for auto completion.

@pallas - what should I be compiling this in - Ubuntu 14.04 or 16.04?

I compiled well on ubuntu 16 and cuda 7.5(a bit faster) , -D_FORCE_INLINES option to nvcc compiler in Makefile fixes CUDA7.5 related errors


Try apt-get install libcurl-dev

Now this error:  Most frustrating!

root@Achilles:/usr/bin# apt-get install libcurl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl-dev is a virtual package provided by:
  libcurl4-openssl-dev 7.47.0-1ubuntu2.1
  libcurl4-nss-dev 7.47.0-1ubuntu2.1
  libcurl4-gnutls-dev 7.47.0-1ubuntu2.1
You should explicitly select one to install.

E: Package 'libcurl-dev' has no installation candidate
root@Achilles:/usr/bin# apt-get install libcurl4-openssl-dev 7.47.0-1ubuntu2.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package 7.47.0-1ubuntu2.1
E: Couldn't find any package by glob '7.47.0-1ubuntu2.1'
E: Couldn't find any package by regex '7.47.0-1ubuntu2.1'

apt-get install libcurl4-openssl-dev

not

 apt-get install libcurl4-openssl-dev 7.47.0-1ubuntu2.1
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 18, 2016, 02:56:03 AM
 #416

Use the openssl one. Cut and paste the name of the package or use the tab key for auto completion.

@pallas - what should I be compiling this in - Ubuntu 14.04 or 16.04?

I'm using 16.04

zjy
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
October 18, 2016, 03:38:41 AM
 #417

Use the openssl one. Cut and paste the name of the package or use the tab key for auto completion.

@pallas - what should I be compiling this in - Ubuntu 14.04 or 16.04?

I'm using 16.04

gtx 1070 still 14m?
sibisi666
Full Member
***
Offline Offline

Activity: 269
Merit: 100


View Profile
October 18, 2016, 06:37:11 AM
 #418

i think its around 22mh..its really sad Smiley
1070 can achieve 35 mhas, only with pallas miner
zjy
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
October 18, 2016, 07:54:16 AM
 #419

i think its around 22mh..its really sad Smiley
1070 can achieve 35 mhas, only with pallas miner


how can 22mh i got 15.6mh pallas open-source
ioglnx
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
October 18, 2016, 09:36:09 PM
 #420

/bin/bash: nvcc: Befehl nicht gefunden
Makefile:1772: die Regel für Ziel „heavy/cuda_blake512.o“ scheiterte
make[2]: *** [heavy/cuda_blake512.o] Fehler 127
make[2]: Verzeichnis „/home/venom/Downloads/ccminer-m7-branch-master“ wird verlassen
Makefile:1329: die Regel für Ziel „all-recursive“ scheiterte
make[1]: *** [all-recursive] Fehler 1
make[1]: Verzeichnis „/home/venom/Downloads/ccminer-m7-branch-master“ wird verlassen
Makefile:475: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2

Still getting this error..i have installed cuda 8 8.0.44 with run file..removed all the old..but no luck..something is fishy here.can you look at it please=?

GTX 1080Ti rocks da house... seriously... this card is a beast³
Owning by now 18x GTX1080Ti :-D @serious love of efficiency
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 »
  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!