From bb7ba3f605c790f93ef354e252efabc8d8e36116 Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Fri, 23 Sep 2022 05:06:56 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=93=20add=20some=20notes=20on=20runnin?=
=?UTF-8?q?g=20validator?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
The-Merge/running-a-validator.md | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
diff --git a/The-Merge/running-a-validator.md b/The-Merge/running-a-validator.md
index 21213d8..9d884d2 100644
--- a/The-Merge/running-a-validator.md
+++ b/The-Merge/running-a-validator.md
@@ -1,5 +1,8 @@
-## Nodes and validators
+## 🍕 Running a validator
+
+
+### tl;dr
@@ -33,7 +36,9 @@
### validator lifecycle
-The sequence of states that a validator can exist in. These include:
+
+
+The sequence of states that a validator can exist in:
1. deposited: At least 32 ETH has been deposited to the deposit contract by the validator
2. pending: the validator is in the activation queue waiting to be voted into the network by existing validators
@@ -44,24 +49,14 @@ The sequence of states that a validator can exist in. These include:
-### clients
-
-
-
-
### the JSON-RPC interface
-* the JSON-RPC API is an interface that allows us to write programs that use an Ethereum client as a gateway to an Ethereum network and blockchain.
+* interface that allows us to write programs that use an Ethereum client as a gateway to an Ethereum network and blockchain.
* the RPC interface is offered as an HTTP service on port 8545. For security reasons it is restricted, by default, to only accept connections from localhost.
-### Tools
-
-
-
-* [Ethereum Beacon APIs](https://github.com/ethereum/beacon-apis)