mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-01 22:36:16 -04:00
4.1 KiB
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:
- the validator client requests a block from the consensus node
- the consensus node requests an execution payload from the execution node and incorporates it into the block
- the validator client signs the block
- the validator client sends the signed block to the consensus node
- the consensus node broadcasts the signed block to the network
other resources:
- ethereum.org official page on becoming a validator
- ethereum.org official page on running a node
- how to setup a validator for eth staking guide
- ethub docs on running a node
infrastructure
solo staking
pool staking
staking as a service
- alchemy
- infura
- kaleido
- moralis
- nownodes
- pokt
- watchdata
- zmok
- quicknode
- rivt
- sensei
- settlemint
- blockdaemon
- chainstack
- figment
- getblock
- infstones
light nodes
testnets
goerli
- goerli launchpad
- run a node on goerli/prater
- guide to join the goerli/prater (besu/teku)
- staking guide for goerli/parter (lighthouse)
- goerli testnet staking guides
- goerli testnet (geth/prysm)
- how to create a merge testnet