Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erigon nodes are not syncing on mainnet #211

Closed
yakimant opened this issue Oct 23, 2024 · 3 comments
Closed

Erigon nodes are not syncing on mainnet #211

yakimant opened this issue Oct 23, 2024 · 3 comments

Comments

@yakimant
Copy link
Member

yakimant commented Oct 23, 2024

❯ ./rpc.sh eth_syncing
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "currentBlock": "0x0",
    "highestBlock": "0x0",
    "stages": [
      {
        "stage_name": "Snapshots",
        "block_number": "0x0"
      },
      {
        "stage_name": "Headers",
        "block_number": "0x0"
      },
      {
        "stage_name": "BorHeimdall",
        "block_number": "0x0"
      },
      {
        "stage_name": "BlockHashes",
        "block_number": "0x0"
      },
      {
        "stage_name": "Bodies",
        "block_number": "0x0"
      },
      {
        "stage_name": "Senders",
        "block_number": "0x0"
      },
      {
        "stage_name": "Execution",
        "block_number": "0x0"
      },
      {
        "stage_name": "Translation",
        "block_number": "0x0"
      },
      {
        "stage_name": "HashState",
        "block_number": "0x0"
      },
      {
        "stage_name": "IntermediateHashes",
        "block_number": "0x0"
      },
      {
        "stage_name": "AccountHistoryIndex",
        "block_number": "0x0"
      },
      {
        "stage_name": "StorageHistoryIndex",
        "block_number": "0x0"
      },
      {
        "stage_name": "LogIndex",
        "block_number": "0x0"
      },
      {
        "stage_name": "CallTraces",
        "block_number": "0x0"
      },
      {
        "stage_name": "TxLookup",
        "block_number": "0x0"
      },
      {
        "stage_name": "Finish",
        "block_number": "0x0"
      }
    ]
  }
}

❯ ./rpc.sh eth_blockNumber
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x0"
}


❯ sudo du -sh erigon-mainnet-*
14M	erigon-mainnet-stable
12M	erigon-mainnet-unstable

Also flat on the graphs:
https://grafana.infra.status.im/d/cdvvmzmll2bk0c/erigon-syncing

@yakimant
Copy link
Member Author

@jakubgs, found this issue in the logs:

{"lvl":"warn","msg":"[EngineBlockDownloader] Header download did not yield success","t":"2024-10-22T15:02:43.735675525Z"}

erigontech/erigon#8689
erigontech/erigon#8796

yakimant added a commit that referenced this issue Oct 23, 2024
yakimant added a commit that referenced this issue Oct 23, 2024
@yakimant
Copy link
Member Author

yakimant commented Nov 5, 2024

I asked in the Erigon Discord server with not success.

But meanwhile after switchin network from holesky to mainnet (my bad) and couple purges - erigon-01 looks syncing:
Image

But not erigon-02, which alswo struggles to find peers:
Image

@yakimant
Copy link
Member Author

This was fixed and alerts added:
Image

Can take up to a month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant