Post
Topic
Board Development & Technical Discussion
Merits 2 from 2 users
Re: VanitySearch (Yet another address prefix finder)
by
NotATether
on 14/09/2022, 01:59:41 UTC
⭐ Merited by ETFbitcoin (1) ,WhyFhy (1)
Workaround:

Instead of using g++-11 compiler you should install and use g++-9 and re-compile from scratch. There's obviously going something wrong when using version 11. But Version9 works!!!

I'm pretty sure version 11 or perhaps 10 introduced some default optimization flag which breaks the checksum computation algorithm for the GPU code. Might want to look into compiling with -g or -O0.