Pages:
Author

Topic: CCminer M7 (XCN) by djm34, fixed + optimized for cuda 8 and new cards by PALLAS - page 9. (Read 52608 times)

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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
full member
Activity: 243
Merit: 105
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
legendary
Activity: 1504
Merit: 1002
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?
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Use the openssl one. Cut and paste the name of the package or use the tab key for auto completion.
legendary
Activity: 1504
Merit: 1002
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'
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Try apt-get install libcurl-dev
legendary
Activity: 1504
Merit: 1002
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, ,'
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Don't install cuda-toolkit, install cuda8 run file instead.
What errors are you getting?
legendary
Activity: 1504
Merit: 1002
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
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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.
full member
Activity: 243
Merit: 105
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...
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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.
full member
Activity: 243
Merit: 105
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?
sr. member
Activity: 574
Merit: 250
Fighting mob law and inquisition in this forum
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..
legendary
Activity: 1504
Merit: 1002
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.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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.
sr. member
Activity: 574
Merit: 250
Fighting mob law and inquisition in this forum
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
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Looks like XCN gets delisted from Poloniex due to weak network and transaction explorer the lack of it.
So its getting pointless to mine this coin right?

I wouldn't say "weak network" but "weak exchange": they are unable to run the wallet, I offered to help, given them the blockchain and a patched wallet, still nothing. I think they just want to reduce supply in order to pump it.
sr. member
Activity: 574
Merit: 250
Fighting mob law and inquisition in this forum
Looks like XCN gets delisted from Poloniex due to weak network and transaction explorer the lack of it.
So its getting pointless to mine this coin right?
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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!
Pages:
Jump to: