All pages
Powered by GitBook
1 of 3

Calibration

The calibration network is the most realistic testnet simulation of the Filecoin mainnet.

Also see Calibration RPCs and Calibration Explorers.

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/v1

Get Test FIL

Quick access to faucets:

  • Chainsafe: https://faucet.calibnet.chainsafe-fil.io

  • Zondax: https://beryx.zondax.ch/faucet/

  • Forest: https://forest-explorer.chainsafe.dev/faucet/calibnet

Essential Network Info

  • Chain ID: 314159 (for MetaMask/wallets)

  • RPC: https://api.calibration.node.glif.io/rpc/v1

  • WebSocket: wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v1

  • Minimum Power: 32 GiB

About Calibration

Prospective storage providers can experience more realistic sealing performance and hardware requirements using final proofs constructions and parameters. Storage clients can store and retrieve real data on the network. Clients can also participate in deal-making workflows and storage and retrieval functionality. The sector size on the Calibration testnet is the same as on the Filecoin mainnet; 32 GiB and 64 GiB sectors are supported. This testnet also includes the Filecoin EVM-runtime features found on the Filecoin mainnet.

Developers can reference pre-existing deals that are already available on the network. See the #fil-net-calibration-discuss channel in the Filecoin Slack for support.

Maintainer: Protocol Labs

Genesis

  • CAR File: QmbHZuVjgtxvgtcE5H3FpE1ywEyawYmZcbx4Eh47WZ7YF8

  • Reset Timestamp: 1667326380 (2022-11-01T18:13:00Z)

  • Genesis Block CID: bafy2bzacecyaggy24wol5ruvs6qm73gjibs2l2iyhcqmvi7r7a4ph7zx3yqd4

  • SHA-1 Digest: f9004d1266e0b023a018eb2fe6bb403cb8204df4

Network parameters

  • Supported Sector Sizes: 32 GiB and 64 GiB

  • Consensus Miner Min Power: 32 GiB

  • Epoch Duration Seconds: 30

  • Expected Leaders per Epoch: 5

  • WindowPoSt Proving Period: 2880

  • WindowPoSt Challenge Window: 60

  • WindowPoSt Period Deadlines: 48

  • Pre-Commit Challenge Delay: 150

Bootstrap peers

Bootstrap peers for Calibration testnet can be found at:

https://github.com/filecoin-project/lotus/blob/release/[latest release]/build/bootstrap/calibnet.pi

The latest Lotus release can be found at https://github.com/filecoin-project/lotus/releases/latest/

Snapshots

  • Latest minimal snapshot (note, as of March 2024, this is a 3.5GB download)

Active storage providers

The following storage providers are running on the Calibration testnet.

PiKNiK

  • t017840: Every deal accepted by this SP will be aggregated into 32 GiB sectors, which is the minimum size for calibration network. This miner has a preset sealing capacity of 2x 32 GiB sectors per day, defined as sectors in waitdeals will be flushed every 12 hours. More information

Resources

  • Calibration Faucet - Chainsafe

  • Calibration Faucet - Zondax

  • Calibration Faucet - Forest Explorer

  • Calibration USDFC Faucet - Chainsafe

  • DataCap allocation

  • Slack Channel for Updates: #fil-network-announcements

  • Slack Channel for Questions: #fil-help

  • Latest lightweight snapshot generated with Forest by ChainSafe

  • Complete calibration net archival data generated with Forest by ChainSafe

Was this page helpful?

Explorers

The following block explorers are available for the Calibration testnet, listed in alphabetical order.

Beryx

beryx.zondax.ch

FILFOX

https://calibration.filfox.info/en

Filscan

calibration.filscan.io

Blockscout Open-Source FEVM Explorer

filecoin-testnet.blockscout.com

Starboard

fvm.starboard.ventures

Was this page helpful?

RPCs

Public RPC endpoints are available for the Calibration testnet.

Chainlist contains a dynamically updated list of available Filecoin RPCs. Select Include Testnets to view available test networks. Find out more at chainlist.org's Filecoin listings.

These endpoints are limited to read-only Filecoin JSON RPC API calls and MPoolPush for sending messages that have already been signed.

Ankr

  • HTTPS: https://rpc.ankr.com/filecoin_testnet

  • Ankr documentation

ChainupCloud

  • HTTPS: https://filecoin-calibration.chainup.net/rpc/v1

  • ChainupCloud documentation

Glif

Please note that publicly available hosted endpoints only guarantee 2000 of the latest blocks.

  • HTTPS: https://api.calibration.node.glif.io/rpc/v1

  • WebSocket: wss://wss.calibration.node.glif.io/apigw/lotus/rpc/v1

  • Lotus lite-node command:

FULLNODE_API_INFO=wss://wss.calibration.node.glif.io/apigw/lotus lotus daemon --lite
  • When using a lite-node, omit /rpc/v1 from Glif’s WebSocket address.

  • Glif documentation

Was this page helpful?