Post
Topic
Board Bitcoin Discussion
Merits 5 from 1 user
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
fixedpaul
on 29/03/2025, 00:20:06 UTC
⭐ Merited by WanderingPhilospher (5)
Hello everyone. I have published my optimized versions of VanitySearch with speed boost in case anyone is interested  Smiley

The "bitcrack" version is specific to the puzzle and allows searching for addresses and prefixes (compressed) within a given range. The speed is about 6900 MKey/s on a 4090 and 8800 MKey/s on 5090.

The second version, on the other hand, performs a standard search for vanity addresses (not just P2PKH compressed) but with the same optimizations in terms of math and CUDA code. Random searches with endomorphisms.

https://github.com/FixedPaul/VanitySearch-Bitcrack

https://github.com/FixedPaul/VanitySearch