From 0bb2d9f560b4aa29e0b293f332f8c29530901ebd Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Tue, 20 Sep 2022 23:09:41 -0700 Subject: [PATCH] Create proof-of-stake.md --- The-Merge/proof-of-stake.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 The-Merge/proof-of-stake.md diff --git a/The-Merge/proof-of-stake.md b/The-Merge/proof-of-stake.md new file mode 100644 index 0000000..a02fc9e --- /dev/null +++ b/The-Merge/proof-of-stake.md @@ -0,0 +1,7 @@ +## Notes on proof-of-stake Ethereum + +
+ + +* 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.