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

Can't sync Chiado with erigontech/erigon:v3.0.0-beta2 #13879

Open
yperbasis opened this issue Feb 20, 2025 · 0 comments
Open

Can't sync Chiado with erigontech/erigon:v3.0.0-beta2 #13879

yperbasis opened this issue Feb 20, 2025 · 0 comments
Assignees
Milestone

Comments

@yperbasis
Copy link
Member

Discussed in #13876

Originally posted by filoozom February 19, 2025
Hi,

I'm unable to sync a Chiado node with erigontech/erigon:v3.0.0-beta2 from scratch. I've also tried erigontech/erigon:main-latest, but both of them have the same behavior.

Logs: erigon-chiado.log
Snaphots folder: erigon-chiado-snapshots.log
Configuration:

services:
  erigon:
    image: erigontech/erigon:v3.0.0-beta2
    restart: unless-stopped
    volumes:
      - ./data:/data
    command: |
      --datadir=/data
      --chain=chiado
      --http
      --http.api=eth,debug,net,trace,web3,erigon
      --ws
      --http.addr=0.0.0.0
      --http.vhosts=*
      --prune.mode=minimal
      --rpc.allow-unprotected-txs
@yperbasis yperbasis added this to the 3.0.0-beta3 milestone Feb 20, 2025
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

2 participants