๐Ÿš€ FullOn Network

Fast & Reliable Blockchain Snapshots for Quick Node Synchronization

๐ŸŸข Network Online

๐Ÿ“ฆ Latest Blockchain Snapshot

Download the most recent blockchain snapshot to quickly sync your Flon Test node

~25
MB Compressed
ZSTD-19
Compression
Daily
Auto Updates
02:00
UTC+8 Schedule
โฌ‡๏ธ Download Latest Snapshot

๐Ÿ“š Historical Snapshots

Access previous snapshots for specific block heights or dates

๐ŸŒ Network Information

Chain ID: Flon Test Network

Update Schedule: Every day at 02:00 UTC+8

Storage: AWS S3 (Hong Kong Region)

Last Update: Automated daily backups

๐Ÿ› ๏ธ Quick Start Guide

๐Ÿ“ฅ Download Methods

Direct Download:

wget https://flon-test-snapshots.s3.ap-east-1.amazonaws.com/snapshots/latest.bin.zst

Using cURL:

curl -O https://flon-test-snapshots.s3.ap-east-1.amazonaws.com/snapshots/latest.bin.zst

๐Ÿ—œ๏ธ Extract Snapshot

The snapshot is compressed with ZSTD for optimal size:

# Install zstd if needed sudo apt install zstd # Extract the snapshot zstd -d latest.bin.zst

๐Ÿ”ง Use with Node

Apply the snapshot to your Flon node:

# Stop your node sudo systemctl stop flon-node # Copy snapshot to data directory cp latest.bin /path/to/flon/data/ # Start your node sudo systemctl start flon-node

๐Ÿณ Docker Usage

For containerized deployments:

# Download in container docker run --rm -v $(pwd):/data alpine:latest \\ sh -c "apk add --no-cache wget zstd && \\ wget -O /data/latest.bin.zst https://flon-test-snapshots.s3.ap-east-1.amazonaws.com/snapshots/latest.bin.zst && \\ zstd -d /data/latest.bin.zst"

๐Ÿ“Š Technical Details

๐Ÿ”— Permanent URL

Always points to the latest snapshot:

https://flon-test-snapshots.s3.ap-east-1.amazonaws.com/snapshots/latest.bin.zst

โšก Performance

  • ZSTD Level 19 compression (maximum efficiency)
  • Hosted on AWS S3 in Hong Kong region
  • CDN-accelerated downloads
  • 99.9% uptime guarantee
  • Automated daily updates via Kubernetes CronJob
  • Historical snapshots stored in Deep Archive