Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
fecell
on 02/07/2025, 16:45:43 UTC
Code:
from ecc import Ecc as CUDA_ECC
ecc = CUDA_ECC(pathdll)
print(ecc.get_public_key_by_private_key([x for x in range(1,10_000_000_000)]))

Python is a very convenient language for puzzle solve, with GPU option.
 Wink