Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
Schleicher
on 01/08/2018, 22:41:06 UTC
@Luke

I did another 'bash nvOC upgrade' with 'recompile ALL' and upgraded to v36 of 1bash. 'bash nvOC miners-upgrade' tells me every miner is up2date and since I already recompiled all when 'bash nvOC upgrade' I skipped that for now.

NICE_NEOSCRYPT: still the same issue. I tried to recompile KTccminer especially:


Just in case you didn't notice, the compilation failed:
Code:
nvcc fatal   : Unsupported gpu architecture 'compute_70'

That's because you are using CUDA 8.0
There are two methods to fix this: either use CUDA 9.2, or make changes in the Makefile.am:
Remove this line:
Code:
nvcc_ARCH += -gencode=arch=compute_70,code=sm_70
and remove this part of the last line:
Code:
-gencode=arch=compute_70,code=sm_70