VanitySearch icon indicating copy to clipboard operation
VanitySearch copied to clipboard

compute_30 error while compiling on RTX 2080 and ubuntu 20.04

Open mirameshs opened this issue 1 year ago • 1 comments

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

mirameshs avatar May 08 '23 06:05 mirameshs

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.

Chapoly1305 avatar Jan 31 '24 20:01 Chapoly1305