Nano (XNO) Ledger Snapshot

Verified, signed snapshot for bootstrapping Nano nodes — distributed via BitTorrent and HTTP.

Current Snapshot Torrent

Name
nano-ledger-snapshot.7z.torrent
Sequence
504
Info Hash
e48bec463972a34c1717859680e50577310b786d3a70a68fd8ee515c456b576c
Snapshot Created
2026-05-18T09:04:17.500233+00:00
Peek inside the archive
--
Path = Nano_64_2026_05_12_22.7z
Type = 7z
Physical Size = 60653523335
Headers Size = 122
Method = LZMA2:24
Solid = -
Blocks = 1

   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2026-05-13 08:49:47 ....A 129778114560  60653523213  data.ldb
------------------- ----- ------------ ------------  ------------------------
2026-05-13 08:49:47       129778114560  60653523213  1 files

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

docker run --rm -it \
  -v ./nano-data:/data \
  ghcr.io/openrai/nano-p2p-mirror:latest --once
podman run --rm -it \
  -v ./nano-data:/data:Z \
  ghcr.io/openrai/nano-p2p-mirror:latest --once
services:
  bootstrap:
    image: ghcr.io/openrai/nano-p2p-mirror:latest
    command: --once
    volumes:
      - ./nano-data:/data

Run as a permanent seed

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-p2p-mirror:latest
podman run -d --name nano-seed \
  -p 6881:6881/tcp -p 6881:6881/udp \
  -v nano-data:/data:Z \
  --restart unless-stopped \
  ghcr.io/openrai/nano-p2p-mirror:latest
services:
  seed:
    image: ghcr.io/openrai/nano-p2p-mirror:latest
    ports:
      - "6881:6881/tcp"
      - "6881:6881/udp"
    volumes:
      - nano-data:/data
    restart: unless-stopped

volumes:
  nano-data:

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) or direct HTTPS fallback.

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.