Update running-a-node.md

This commit is contained in:
mia von steinkirch, phd 2022-12-21 18:12:10 -08:00 committed by GitHub
parent 8465d79508
commit 75acd9ae03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,20 @@
<br> <br>
### tl; dr
* [check my step-by-step article to run validator](https://mirror.xyz/steinkirch.eth/F5PI4eqShKTGlx0GzL0Lq0-vHQ6b14OoV4ylE2FMsAc) * [check my step-by-step article to run validator](https://mirror.xyz/steinkirch.eth/F5PI4eqShKTGlx0GzL0Lq0-vHQ6b14OoV4ylE2FMsAc)
<br>
----
### infrastructure
<br>
#### how a node creates a block is created in ethereum: #### how a node creates a block is created in ethereum:
1. the validator client requests a block from the consensus node 1. the validator client requests a block from the consensus node
@ -13,8 +24,6 @@
4. the validator client sends the signed block to the consensus node 4. the validator client sends the signed block to the consensus node
5. the consensus node broadcasts the signed block to the network 5. the consensus node broadcasts the signed block to the network
<br>
#### how does mev affect block times: #### how does mev affect block times:
1. the validator client requests a block without transactions (blinded block) from the consesnsus node 1. the validator client requests a block without transactions (blinded block) from the consesnsus node
2. the consensus node queries multiple MEV relays for best bid, incorporating the best block into the returned binded blocl 2. the consensus node queries multiple MEV relays for best bid, incorporating the best block into the returned binded blocl
@ -23,13 +32,6 @@
5. the consensus node requests the winning MEV relay to unblind the singed block and broadcasts it to the network 5. the consensus node requests the winning MEV relay to unblind the singed block and broadcasts it to the network
<br>
----
### infrastructure
<br> <br>
#### solo staking #### solo staking