Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Valera909
on 22/05/2025, 10:05:20 UTC
Who ever help me with this code able to run on gpu
I definitely give u 1 BTC
NEED ACHIEVE ATLEAST 250M Keys/sec

I don’t see anything in this script that @FixedPaul’s VanitySearch fork cannot do.
It’s using GPU and gives 6.8G keys/sec

based on MCD script
For most cases, Prefix has better average performance.

I can only encourage you to read the dedicated post and it’s conclusions.

⚠️ Google Colab is limited
Standard Colab won't give you access to A100 or V100 GPUs by default.

You’ll need Colab Pro+ or your own server with an NVIDIA GPU.

Also, you’ll have to build and run C++ CUDA code, which requires some tricky steps in Colab (mounting Drive, manual compilation, custom execution commands).