Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux - Unable to compile #49

Open
komer83 opened this issue Aug 17, 2017 · 8 comments
Open

Linux - Unable to compile #49

komer83 opened this issue Aug 17, 2017 · 8 comments

Comments

@komer83
Copy link

komer83 commented Aug 17, 2017

Linux Mint 18.2, Cuda 8, Nvidia 1080TI. ./autogen.sh ./configure went without issues.
Cloned for git

screen shot 2017-08-17 at 19 51 20

@KlausT
Copy link
Owner

KlausT commented Aug 19, 2017

Should be ok now with my latest changes

@komer83
Copy link
Author

komer83 commented Aug 19, 2017

screen shot 2017-08-19 at 8 02 23

@komer83
Copy link
Author

komer83 commented Aug 28, 2017

K, managed to compile, but neoscrypt doesn't work.
Cuda error in func 'neoscrypt_init' at line 1489 : invalid device symbol.
Cuda error in func 'neoscrypt_init' at line 1485 : driver shutting down.

Same command runs fine with tpruvot version.

@KlausT
Copy link
Owner

KlausT commented Aug 28, 2017

driver shutting down?
That's wierd

@pallas1
Copy link

pallas1 commented Aug 28, 2017

@komer83 I experience the same

@KlausT
Copy link
Owner

KlausT commented Aug 28, 2017

I can't reproduce this with my card, it works fine here (under Windows):
screenshot

Did you use build.sh to compile it?

@komer83
Copy link
Author

komer83 commented Aug 29, 2017

Used ./build.sh to compile it, no errors, only when I try to run. Also tried with ./autogen.sh --> ./configure.sh ---> ./build.sh
same result.

I just tested Sia mining and it worked fine, so I guess it's neoscrypt issue.

@papampi
Copy link

papampi commented Sep 13, 2017

I can confirm Neoscrypt not working on ubuntu 16.04, Nvidia 384 - cuda 8 - GTX-1070
No error in compile, all goes well.

m1@m1-desktop-101:~$ 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
m1@m1-desktop-101:~/Downloads/ccminer-klaust/ccminer-klaust$  ./ccminer -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:20510 -u papampi.nv101 -p x
ccminer 8.13-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-09-13 14:15:46] Starting Stratum on stratum+tcp://hub.miningpoolhub.com:20510
[2017-09-13 14:15:46] NVML GPU monitoring enabled.
0 
[2017-09-13 14:15:46] GPU #0: waiting for data
1 
[2017-09-13 14:15:46] GPU #1: waiting for data
[2017-09-13 14:15:46] 6 miner threads started, using 'neoscrypt' algorithm.
[2017-09-13 14:15:46] GPU #2: waiting for data
[2017-09-13 14:15:46] GPU #3: waiting for data
[2017-09-13 14:15:46] GPU #4: waiting for data
[2017-09-13 14:15:46] GPU #5: waiting for data
[2017-09-13 14:15:47] Stratum difficulty set to 256
[2017-09-13 14:15:47] Stratum difficulty set to 64
[2017-09-13 14:15:47] hub.miningpoolhub.com:20510 neoscrypt block 1881811
Cuda error in func 'neoscrypt_cpu_init_2stream' at line 1439 : invalid device symbol.
Cuda error in func 'neoscrypt_cpu_init_2stream' at line 1434 : driver shutting down.
Cuda error in func 'neoscrypt_cpu_init_2stream' at line 1437 : driver shutting down.
Cuda error in func 'neoscrypt_cpu_init_2stream' at line 1436 : driver shutting down.
Cuda error in func 'scanhash_neoscrypt' at line 96 : driver shutting down.
Cuda error in func 'scanhash_neoscrypt' at line 96 : driver shutting down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants