Step 5: Startup & Verification
Verifying service health, engine API connection, and sync status.
Step 5: Startup & Verification
1. Verify Service Status
# Check Execution Client (Replace 'geth' with your chosen client: nethermind, besu, etc.)
sudo systemctl status geth
# Check Consensus Client (Replace 'prysm' with your chosen client: lighthouse, teku, etc.)
sudo systemctl status prysm2. Verify the Handshake (Engine API)
3. Check Sync Status
4. Final Health Check
Last updated