Post
Topic
Board Development & Technical Discussion
Re: CudaBrainSecp - Secp256k1 Seed Recovery Tool
by
ETFbitcoin
on 19/08/2022, 13:19:04 UTC
Amazing tool, thanks for open sourcing your tool.

Please see the documentation on Github repository for full information about the project:
https://github.com/kpurens/CudaBrainSecp

I'd like to mention compiling your code could be tricky. After setting CCAP/CUDA value and run make all i got error message.

Code:
error: #error -- unsupported GNU version! gcc versions later than 10 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.

I decided to add -allow-unsupported-compiler on Makefile line 30 and run make all again, but i got long error/warning message instead.

Code:
26 errors detected in the compilation of "GPU/GPUSecp.cu".
make: *** [Makefile:30: obj/GPU/GPUSecp.o] Error 1

I do not demand anything from you, but it'd be great if you give more information about compiling from source or on where the code tested (e.g. Ubuntu 22.04, RTX 2080, CUDA 11.6).