Mainnet distribution

The chain
remembers.

Trusted starting points for ROKO operators. Download a verified snapshot, restore the chain database, and continue from a finalized block.

Distribution statusReading manifests…

01 / SELECT

Two trusted
starting points.

Choose the database profile your node will keep. Each package is published with a SHA-256 digest and excludes node identity, keystores, and secret material.

02 / SEED

Help the swarm.
Keep artifacts moving.

ROKO torrents are public snapshots and release bundles. Seeding them helps other operators bootstrap faster; it does not expose validator keys, node identity, wallet material, or private RPC.

02

Verify completed files

BitTorrent checks transport pieces. Operators still verify the manifest SHA-256 before restoring a snapshot or running a binary.

Read the full seeding guide
03

Automate refresh

Use the public tools repo to check current torrent metadata every 30 minutes and add new artifacts to Transmission.

Get roko-edge-tools
AUTOMATED SEED REFRESH Docs
git clone https://github.com/Roko-Network/roko-edge-tools.git
cd roko-edge-tools
ROKO_SEED_PROFILES="normal releases" ./bin/roko-seed-refresh

03 / RESTORE

Verify first.
Then restore.

The archive contains the chain database only. Your node identity and keys remain yours.

  1. 01

    Download

    Choose the normal or archive package above.

  2. 02

    Verify

    Compare the file against its published SHA-256 digest.

  3. 03

    Restore

    Stop the node and extract into its chain data directory.

  4. 04

    Resume

    Start the node and let it synchronize from the finalized block.

VERIFY DOWNLOAD
sha256sum -c <snapshot-file>.sha256