node binaries
Testnet binary bundle
Linux native binaries and registry-free Docker images for x86_64 and ARM64, with checksums and build metadata.
Download .torrent Get magnet URICommunity bandwidth · verified artifacts
Peer-assisted distribution for official ROKO native binaries, offline Docker images, full-node snapshots, and archive snapshots. HTTPS remains available as a web seed, so every download can complete while the swarm grows.
A torrent hash protects transport integrity. It does not replace the ROKO manifest or published SHA-256 digest. Verify before execution or snapshot restoration.
Peer-assisted artifacts
“Latest” links are stable entry points updated only after a complete artifact passes its metadata, size, and SHA-256 gates. Native node installation from this service never requires access to a private source repository.
node binaries
Linux native binaries and registry-free Docker images for x86_64 and ARM64, with checksums and build metadata.
Download .torrent Get magnet URInormal snapshot
Pruned chain database for operators who want a faster initial sync.
Download .torrent Get magnet URIarchive snapshot
Unpruned historical chain database for archive and indexing systems.
Download .torrent Get magnet URITwo coordinated services
This website uses HTTPS. A standard BitTorrent client then connects directly to peers on TCP or UDP port 51413. No Cloudflare client, browser extension, account, or tracker registration is required.
Select binaries, a normal snapshot, or an archive snapshot.
Open the torrent or magnet URI in your preferred BitTorrent client.
Compare the payload with its ROKO metadata and SHA-256 digest.
Leave the verified artifact available to help the next operator.
Integrity first
Snapshot manifests record the network, genesis hash, finalized block, pruning profile, exact byte length, and SHA-256 digest.
shell
$ # Binary bundle: verify the selected architecture archive
$ sha256sum --check --ignore-missing SHA256SUMS
$ # Snapshot: derive and verify the manifest digest
$ jq -r '.archive.sha256 + " " + .archive.file' snapshot.json > SHA256SUMS
$ sha256sum --check SHA256SUMS
Responsible participation
Seed only artifacts downloaded from official ROKO endpoints and verified against their published metadata. Never create or share a torrent from a live validator directory, keystore, wallet, node identity, logs, or host configuration.