-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post-merge updates: mining algorithms #7111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmcook1186 Dropped a couple suggestions, let me know if these don't makes sense or if you disagree.
src/content/developers/docs/consensus-mechanisms/pow/mining-algorithms/index.md
Outdated
Show resolved
Hide resolved
src/content/developers/docs/consensus-mechanisms/pow/mining-algorithms/index.md
Outdated
Show resolved
Hide resolved
src/content/developers/docs/consensus-mechanisms/pow/mining-algorithms/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Paul Wackerow <[email protected]>
</InfoBanner> | ||
|
||
|
||
Ethereum mining used an algorithm known as Ethash. The fundamental idea of the algorithm is that a miner tries to find a nonce input using brute force computation so that the resulting hash is smaller than a threshold determined by the calculated difficulty. This difficulty level can be dynamically adjusted, allowing block production to happen at a regular interval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to pull this to the top? Shouldn't it be in the Ethhash section (if it wasn't already)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nvm
Description
updates mining-algorithms page for post-merge
Related Issue
#7075