VanitySearch
VanitySearch copied to clipboard
compute_30 error while compiling on RTX 2080 and ubuntu 20.04
there is an error while I was compiling on RTX 2080 and ubuntu 20.04. can you help me how to solve and compile the code? I have searched for this error and found something. for example, someone suggested remote compute_30 in one of the files. ofcourse this solution was not for this project but it was for a project similar to vanitysearch. I think this problem also exists on RTX 3090 and any high-level GPUs.
thanks in advance
Try make gpu=1 CCAP=8.6 CUDA=/usr/local/cuda-12.3/ CXXCUDA=/usr/bin/g++ all
I tested on 4090 and A5000, all passed.