Trying to run an Ink mainnet node and hitting dead ends on every path:
NODE_TYPE=archive fails — ink.snapshots.gelato.cloud doesn't resolve (NXDOMAIN),
so no snapshot download.
NODE_TYPE=full with op-geth technically syncs from genesis, but op-geth can't
follow the chain post-Karst anyway.
- Tried migrating to op-reth manually (v2.2.5 + op-node v1.18.2) since that's the
recommended path now, but it has zero P2P peers (using the bootnodes from
envs/ink-mainnet/op-node.env, port 30305 — all unreachable) so it never
backfills state.
What's the actual working way to bring up a synced mainnet node right now? Is there
a current snapshot, or working op-reth peers?
Trying to run an Ink mainnet node and hitting dead ends on every path:
NODE_TYPE=archivefails —ink.snapshots.gelato.clouddoesn't resolve (NXDOMAIN),so no snapshot download.
NODE_TYPE=fullwith op-geth technically syncs from genesis, but op-geth can'tfollow the chain post-Karst anyway.
recommended path now, but it has zero P2P peers (using the bootnodes from
envs/ink-mainnet/op-node.env, port 30305 — all unreachable) so it neverbackfills state.
What's the actual working way to bring up a synced mainnet node right now? Is there
a current snapshot, or working op-reth peers?