Create proof-of-stake.md

This commit is contained in:
bt3gl 2022-09-20 23:09:41 -07:00 committed by GitHub
parent eed2f4e253
commit 0bb2d9f560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
## Notes on proof-of-stake Ethereum
<br>
* The algorithm used in proof-of-stake Ethereum is called [LMD-GHOST]() and it works by identifying the fork that has the greatest weight of attestations in its history.
* The threat of a 51% attack still exists on proof-of-stake but it's riskier for attackers.