Skip to content

Latest commit

 

History

History
170 lines (105 loc) · 4.58 KB

running-a-node.md

File metadata and controls

170 lines (105 loc) · 4.58 KB

🌭 running a node


tl; dr



infrastructure


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

how does mev affect block times:

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
3. the validator client signs the binded block
4. the validator client requests the consensus node to unblind and broadcast the signed block
5. the consensus node requests the winning MEV relay to unblind the singed block and broadcasts it to the network

solo staking



pool staking



staking as a service




light nodes




testnets


goerli


kiln



plug and play solutions




monitoring




other useful resources