Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
64047065
Topic
1306983
Board
Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Tepan
on
08/05/2024, 06:36:17 UTC
Quote from: nomachine on May 07, 2024, 08:59:41 PM
Quote from: Tepan on May 07, 2024, 12:53:58 PM
Experiments with your python codes on rust language
You have here my full Puzzle sctipt in Rust:
https://bitcointalk.org/index.php?topic=1306983.msg63539973#msg63539973
It's very fast. Same as C++
But when you put Puzzle 66 and above as a test, everything is slow. Without a public key, I can only scratch my head.
ahahah soo hilarious.
Try test with custom script address build then, it's faster.
private key > Compresssed public key > custom script > address format.
i try that method it's faster enough.