Advanced Configurationยถ
Advanced features for power users: MEV extraction, PBS sidecars, and node customization.
Connect to MEV relays for extra rewards.
PBS sidecar for proposer commitments.
Query your node via JSON-RPC.
Verify your node is working correctly.
MEV Overviewยถ
Maximal Extractable Value (MEV) allows validators to earn additional rewards by including optimally ordered transactions in blocks.
Important
MEV-Boost is optional but recommended for validators who want to maximize rewards.
How it works:
Block Builders - Create optimized blocks with MEV
Relays - Connect validators to builders
MEV-Boost - Sidecar that requests blocks from relays
Proposer - Your validator proposes the winning block
MEV Relay Options
Popular relays for Ethereum mainnet:
Flashbots -
https://0xac6...@boost-relay.flashbots.netbloXroute - Multiple options (ethical, regulated, max profit)
Ultrasound -
https://0xa1d...@relay.ultrasound.moneyAestus -
https://0xa15...@mainnet.aestus.live
RPC Accessยถ
Your node exposes JSON-RPC endpoints for queries and transactions:
Client |
Default Port |
Documentation |
|---|---|---|
Execution Layer |
8545 |
|
Consensus Layer |
5052 |
|
Optimism |
8547 |
|
Arbitrum |
8547 |
Example query:
curl -X POST http://localhost:8545 \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
See also
Solo Staking - Validator setup
Running Layer 1 nodes - L1 client configuration