simple-optimism-node icon indicating copy to clipboard operation
simple-optimism-node copied to clipboard

bedrock url is not available

Open orange723 opened this issue 9 months ago • 3 comments

I use docker-compose.yml

but I del l2geth/healthcheck/eigenda-proxy/prometheus/grafana/influxdb with compose.yml

docker compose up -d, bedrock-init is error, I check init-bedrock.sh log output download err

BEDROCK_TAR_DOWNLOAD="https://r2-snapshots.fastnode.io/op/$(curl -s https://r2-snapshots.fastnode.io/op/latest-mainnet)" is project not found

use https://datadirs.optimism.io/op-mainnet-pre-bedrockstate.zst and change init-bedrock.sh

retry docker compose up -d --build now container is success

I hope worker fix this issue, thanks

orange723 avatar Apr 21 '25 06:04 orange723

The decompression prompt for this op-mainnet-pre-bedrockstate.zst failed

Image

yolygong avatar Jul 15 '25 09:07 yolygong

You want to run legacy l2geth or an archive node?

If you only want to run a full node, snap sync is the only way now since there are no recent snapshot available. l2geth or pre bedrock state isn't needed for a full node.

Chomtana avatar Jul 17 '25 21:07 Chomtana

If you want to run an archive node, consider using https://github.com/testinprod-io/op-erigon instead

Docker compose script for op-erigon: https://github.com/upnodedev/op-erigon-docker-compose (Not tested)

Chomtana avatar Jul 17 '25 21:07 Chomtana