Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
Stubo
on 26/03/2018, 20:40:41 UTC
When you have time, could you check/review this new miner at:

https://github.com/brian112358/nevermore-miner/releases

Apparently is 20% faster and more stable than msft

Hey Lee:

I downloaded it for some quick and dirty testing. This miner requires cuda 9 and the Community Release is at 8:
Code:
m1@Testy:~/Downloads/nevermore-linux$ ./ccminer
./ccminer: error while loading shared libraries: libcudart.so.9.0: cannot open shared object file: No such file or directory

Since I have been out of the loop for a while, I don't know where we are with upgrading cuda versions.

Have you tried the top link on that page (not the source tarballs)? It might be precompiled with statically compiled cuda libraries.

As for the next release I think we should go with Cuda 9. Most of the miners support Cuda 9 I believe. And those that don't, seems their devs are living in stone age and probably are not actively developed anymore and don't deserve to be included Wink
Correct me if I'm wrong but there seems to be enough miners for all algos that will play nicely with cuda 9. Any particular (highly used) miner still stuck in stone age?

It compiled up for me and doesn't explode when I exec with no args:
Code:
m1@Testy:~/Downloads/nevermore-miner-0.1-alpha$ ./ccminer
*** nevermore 0.1 for nVidia GPUs by brian112358@github ***
    Built with the nVidia CUDA Toolkit 8.0 64-bits

  Originally based on Christian Buchner and Christian H. project
  Include some kernels from alexis78, djm34, djEzo, tsiv and krnlx.

Dev donation set to 1.0%. Thanks for supporting this project!

[2018-03-26 16:38:13] NVML GPU monitoring enabled.
[2018-03-26 16:38:13] 2 miner threads started, using 'blakecoin' algorithm.
[2018-03-26 16:38:13] HTTP request failed: malformed
[2018-03-26 16:38:13] get_work failed, retry after 30 seconds

Here is what I did:
Code:
# Nevermore v0.1-alpha
cd /home/m1/Downloads
wget -N https://github.com/brian112358/nevermore-miner/archive/v0.1-alpha.tar.gz
tar -zxf v0.1-alpha.tar.gz
cd nevermore-miner-0.1-alpha
./build.sh

I don't use ccminer variants so I will leave the testing to others.