Nano (XNO) Ledger Snapshot

Verified, signed snapshot for bootstrapping Nano nodes — distributed peer-to-peer via BitTorrent.

Current Snapshot Torrent

Name
nano-ledger-snapshot.7z.torrent
DHT sequence
3270
Info Hash
c79b7e3ccf7f0a832bf673c2169e40a439cfe2fbca8af7a4dcfafb15c344e8a9
Peek inside the archive
--
Path = Nano_64_2026_08_22_22.7z
Type = 7z
Physical Size = 61396598640
Headers Size = 122
Method = LZMA2:24
Solid = -
Blocks = 1

   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2026-08-23 08:48:20 ....A 131311673344  61396598518  data.ldb
------------------- ----- ------------ ------------  ------------------------
2026-08-23 08:48:20       131311673344  61396598518  1 files

Seeder last checked in: calculating… ().

Download with aria2c

For a one-time native download, fetch the current magnet and let aria2c save the archive locally. This does not follow later snapshot updates or seed after completion.

mkdir -p nano-data
aria2c \
  --dir=./nano-data \
  --file-allocation=none \
  --seed-time=0 \
  "$(curl -fsSL https://nano-snapshot-hub.fly.dev/api/latest.magnet)"

Run with Docker

Pre-built Docker images let you download and seed the snapshot without configuring BitTorrent clients manually. Works on any system that runs Docker or Podman.

Download once and stop

mkdir -p ./nano-data
chmod 0777 ./nano-data
docker run --rm -it \
  -v ./nano-data:/data \
  ghcr.io/openrai/nano-snapshot-swarm/nano-p2p-mirror:latest --once

Run a permanent snapshot mirror — contribute to the Nano network

mkdir -p ./nano-data
chmod 0777 ./nano-data
docker run -d --name nano-seed \
  -p 6881:6881/tcp -p 6881:6881/udp \
  -v ./nano-data:/data \
  --restart unless-stopped \
  ghcr.io/openrai/nano-snapshot-swarm/nano-p2p-mirror:latest

About

This snapshot is published daily to the BitTorrent DHT as a BEP 46 mutable item, signed with an Ed25519 key. The .torrent file and magnet link above let you download the ~60 GB ledger archive via P2P (fast, resilient).

For technical details, see the nano-snapshot-swarm repository.

The OpenRai Initiative operates this public bootstrap surface for the Nano ecosystem.

What is Nano?

A feeless, instant, sustainable cryptocurrency using a block-lattice — each account has its own blockchain, enabling DAG consensus with no mining fees or energy waste.