Sponsor via GitHub
Support OpenRai's maintenance work through the existing GitHub Sponsors profile.
GitHub SponsorsVerified, signed snapshot for bootstrapping Nano nodes — distributed via BitTorrent and HTTP.
--
Path = Nano_64_2026_04_28_22.7z
Type = 7z
Physical Size = 60513795836
Headers Size = 122
Method = LZMA2:24
Solid = -
Blocks = 1
Date Time Attr Size Compressed Name
------------------- ----- ------------ ------------ ------------------------
2026-04-29 08:49:22 ....A 129495277568 60513795714 data.ldb
------------------- ----- ------------ ------------ ------------------------
2026-04-29 08:49:22 129495277568 60513795714 1 files
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.
docker run --rm -it \
-v ./nano-data:/data \
ghcr.io/openrai/nano-p2p-mirror:latest --oncepodman run --rm -it \
-v ./nano-data:/data:Z \
ghcr.io/openrai/nano-p2p-mirror:latest --onceservices:
bootstrap:
image: ghcr.io/openrai/nano-p2p-mirror:latest
command: --once
volumes:
- ./nano-data:/datadocker 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:latestpodman 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:latestservices:
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:
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.
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.
Support OpenRai's maintenance work through the existing GitHub Sponsors profile.
GitHub SponsorsProject-specific donations for nano-snapshot-swarm via NOWPayments.