Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post was deleted
25 days ago (view)
Post
65542012
Topic
1306983
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.