mev-toolkit/MEV_on_Ethereum/running-a-node.md
mia von steinkirch, phd b946b53056
Update running-a-node.md
2022-12-21 18:05:41 -08:00

4.1 KiB

🌭 running a node



resources


  • check my step-by-step article to run validator
  • 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

other resources:




infrastructure


solo staking



pool staking



staking as a service




light nodes




testnets


goerli


kiln



plug and play solutions




monitoring




other useful resources