Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
darklow
on 29/07/2017, 23:20:29 UTC
Ubuntu binary:

https://github.com/palginpav/ccminer/releases/download/skunk-1/ccminer-1.0-skunk.tar.gz

WARNING: compiled on VM, haven't tested, testers with Ubuntu needed  Grin

P.S: don't look at size, it's still static-linkage thing

Unfortunately not working here :

*** ccminer alexis-1.0 palgin skunkmod for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

*** Skunk algo modded by palgin

Illegal instruction

I experience this too. Any solution?

As I posted earlier:

Workaround for Ubuntu bins and their errors:

1) sudo apt install nvidia-cuda-toolkit
2) sudo apt install libcurl4-openssl-dev
3) sudo apt install libssl-dev
4) if it keeps thowing errors about CUDA libs, run "sudo ldconfig /your/cuda/libs/path" , 32-bit versions
5) Reboot if you want

Try installing CUDA 8 toolkit, error shows that instructions used during kernel launch are unsupported in your version of CUDA. Please, check and reply, I've specially installed Ubuntu on several hosts and tested, after manipulations I've mentioned earlier everything worked fine.

palgin, I just followed all your instructions on Ubuntu 16.04.2 LTS 64-bit (nvOC) and installed cuda-8.0 and used sudo ldconfig as wel, however it still doesn't work and none of other users get it work for nvOC. What do you meant by mentioning "32-bit versions" in the end of sudo ldconfig? Does this means your binary it only works with 32-bit versions? I have "/usr/local/cuda/lib64/ -> symlink to -> /usr/local/cuda-8.0/lib64/".

Code:
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2016 NVIDIA Corporation
Built on Tue_Jan_10_13:22:03_CST_2017
Cuda compilation tools, release 8.0, V8.0.61

$ ./ccminer-skunk/ccminer
*** ccminer alexis-1.0 palgin skunkmod for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

*** Skunk algo modded by palgin

Illegal instruction

Maybe some other ideas?
Thanks.