-
Notifications
You must be signed in to change notification settings - Fork 56
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
Building CCMiner 1.3.2 on Linux with Cuda 11.2 #70
Comments
Hello, you need to remove the line Also if you are compiling for 11.2, I assume you want to use an rtx 30x card, in this case you need to modify the nvcc command line and add support for those card ie: -gencode=arch=compute_80,code="sm_80,compute_80" Regarding debian particular matter, I can't really help you, I work only with ubuntu, but you should be able to get drivers for nvidia website for various linux distro (including debian) |
small correction: |
Hello, thanks for the fast response, I have performed these changes and it compiled successfully however the miner now crashes with Segmentation fault a couple of seconds into mining |
what does it say when it crashes ? |
All it says is |
yeah, I have the same problem in windows, I am looking into it... |
ok I committed a change to the .cu for mtp which correct those crashes |
Hello! Thank you for the fast work, it also fixed my segmentation fault, my issue is now that the hashrate is far lower than usually, on my 1080 on Windows I could get 2.6Mh/s but now I barely get 900Kh/s, using another miner I also get 2.6Mh/s, do you have an idea of why that is happened? Sorry for all the questions :) |
I am not sure may-be the new cuda version (I can't check at the moment, I will check a bit later). I would suggest to try cuda 11.1 may-be that will solve the problem. |
Hi I will install CUDA 11.1 either tonight or tomorrow and give you an update it, thanks for all your support, I don't believe it can be a power issue |
Ok you are lucky my air cooled 1070 fit below the tube of the water cooled 3090 :D I'll try to understand the problem but for now, it is probably better to switch the cuda version to 11.1 |
A watercooled 3090?? very nice! Been after one myself but having a hard time hahaha, thanks I will downgrade later, want me to close this ticket now or wait for a fix to the problem? |
https://www.gigabyte.com/Graphics-Card/GV-N3090AORUSX-WB-24GD#kf :) nice card, a little problematic with large fitting though (because of a built-in leak detector) |
Any chance anyone can build this for Windows? I cannot run MTP on my 3070. |
I'll put later in the day in release binaries for windows but will be based on cuda 11.1. |
Weird, when I try to run it on my 3070 on the latest, it just sits there, no errors. I tried on my 2070 (same version) and it works fine. |
what do you mean by the latest ? [2021-01-26 11:23:01] GPU #1: Intensity set to 21.1719, 2457600 cuda threads number of multiproc 15 make sure you don't select a particular card with "-d " in the command line. may-be |
Just tried compiling and when starting it also just sits there. No activity in nvtop. Debian GNU/Linux bullseye/sid, Linux 5.10.0-3-amd64
|
Hello, I was wondering if there was any support for CCMiner to run on Linux with CUDA 11.2, I tried to compile it myself but I get this error, I am using Debian 10 as well and can't find any supporting CUDA drivers for CUDA 10.1 as suggested, any help on this would be great :)
The text was updated successfully, but these errors were encountered: