From b946b53056de298a49fa6773b81b50dccf73b852 Mon Sep 17 00:00:00 2001
From: "mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Wed, 21 Dec 2022 18:05:41 -0800
Subject: [PATCH] Update running-a-node.md
---
MEV_on_Ethereum/running-a-node.md | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/MEV_on_Ethereum/running-a-node.md b/MEV_on_Ethereum/running-a-node.md
index 989e46d..d396441 100644
--- a/MEV_on_Ethereum/running-a-node.md
+++ b/MEV_on_Ethereum/running-a-node.md
@@ -2,15 +2,24 @@
+----
+
### resources
-* [check my step-by-step article to run validator](https://mirror.xyz/mevwaifu.eth/F5PI4eqShKTGlx0GzL0Lq0-vHQ6b14OoV4ylE2FMsAc)
+* [check my step-by-step article to run validator](https://mirror.xyz/steinkirch.eth/F5PI4eqShKTGlx0GzL0Lq0-vHQ6b14OoV4ylE2FMsAc)
+* how a node creates a block is created in ethereum:
+ 1. the validator client requests a block from the consensus node
+ 2. the consensus node requests an execution payload from the execution node and incorporates it into the block
+ 3. the validator client signs the block
+ 4. the validator client sends the signed block to the consensus node
+ 5. the consensus node broadcasts the signed block to the network
-or some other resources:
+
+other resources: