bedrock url is not available
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
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.
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)