Skip to content

[Reth] No P2P peers discovered when using pruned snapshot #959

@cozy-hn

Description

@cozy-hn

Title

[Reth] No P2P peers discovered when using pruned snapshot

Description

Using the official pruned snapshot from mainnet-reth-pruned-snapshots.base.org, the reth node fails to discover any P2P peers, causing the node to be stuck at the snapshot block height.

Environment

  • OS: Ubuntu 24.04
  • Snapshot: base-mainnet-pruned-reth-1770007545.tar.zst
  • Snapshot block: 39,578,591
  • Current chain head: ~41,659,xxx (2M+ block gap)

Configuration

OP_NODE_SYNCMODE=execution-layer
RETH_PRUNING_ARGS="--prune.senderrecovery.distance=50000 ..."

Observed Behavior

  • connected_peers: 0 persists for 1h+
  • op-node receives blocks from sequencer normally
  • latest_block stuck at snapshot height (39,578,591)
  • No discovery-related logs in reth output

Expected Behavior

Reth should discover peers via bootnodes and sync the ~2M block gap.

Logs

{"timestamp":"...","level":"INFO","fields":{"message":"Status","connected_peers":0,"latest_block":"39578591"}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions