Skip to content

How do I actually run an Ink mainnet node right now? #87

Description

@huangyisan

Trying to run an Ink mainnet node and hitting dead ends on every path:

  1. NODE_TYPE=archive fails — ink.snapshots.gelato.cloud doesn't resolve (NXDOMAIN),
    so no snapshot download.
  2. NODE_TYPE=full with op-geth technically syncs from genesis, but op-geth can't
    follow the chain post-Karst anyway.
  3. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions