Calibration
The calibration network is the most realistic testnet simulation of the Filecoin mainnet.
Quick Start Commands
Download Latest Snapshot
# Fast download with aria2c (recommended)
aria2c -x5 https://forest-archive.chainsafe.dev/latest/calibnet/
# Alternative: wget method
wget https://forest-archive.chainsafe.dev/latest/calibnet/Connect to Calibration Network
# Lite node (fastest startup)
FULLNODE_API_INFO=wss://wss.calibration.node.glif.io/apigw/lotus lotus daemon --lite
# Full node with snapshot import
lotus daemon --import-snapshot <calibnet-snapshot-file>
# Connect to RPC endpoint
curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"Filecoin.ChainHead","params":[],"id":1}' https://api.calibration.node.glif.io/rpc/v1Get Test FIL
Essential Network Info
About Calibration
Genesis
Network parameters
Bootstrap peers
Snapshots
Active storage providers
Resources
Last updated