-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: faster PoW guessing by precalculating MT auth paths
Precalculate as much as possible towards the block hash such that only the necessary hashing from updating a nonce is performed. Uses the concept of Merkle authentication paths to achieve this. Also makes the updates of some block header parameters stochastic to only happen on average every 1m guesses.
- Loading branch information
1 parent
e491b2e
commit 5c5650b
Showing
1 changed file
with
85 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters