Networks

There are three networks available for Filecoin:

  • Mainnet, the only production Filecoin network.
  • Calibration, the primary testing network for Filecoin.
  • Devnet, the local development network designed to run with minimal resources for development testing.

Mainnet

Mainnet is the primary Filecoin network. Mainnet began on block 148,888. It supports 32 GiB and 64 GiB sectors.

Maintainer: Protocol Labs

Genesis:

  • CAR File: QmavMCf95w2UMYGD1J5GpHcWBWXR2jTFYmtAkgeroMmpk1
  • Reset Timestamp: 2020-08-24T22:00:00Z
  • Genesis Block CID: bafy2bzacecnamqgqmifpluoeldx7zzglxcljo6oja4vrmtj7432rphldpdmm2
  • sha1 Digest: 4782cb42b4b01793b5cd9f593cc3dc87b6d3c7b4

Network parameters:

  • Supported Sector Sizes: 32 GiB and 64 GiB
  • Consensus Miner Min Power: 10 TiB
  • 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:

/dns4/lotus-bootstrap.ipfsforce.com/tcp/41778/p2p/12D3KooWGhufNmZHF3sv48aQeS13ng5XVJZ9E6qy2Ms4VzqeUsHk
/dns4/bootstrap-0.starpool.in/tcp/12757/p2p/12D3KooWGHpBMeZbestVEWkfdnC9u7p6uFHXL1n7m1ZBqsEmiUzz
/dns4/bootstrap-1.starpool.in/tcp/12757/p2p/12D3KooWQZrGH1PxSNZPum99M1zNvjNFM33d1AAu5DcvdHptuU7u
/dns4/node.glif.io/tcp/1235/p2p/12D3KooWBF8cpp65hp2u9LK5mh19x67ftAam84z9LsfaquTDSBpt
/dns4/bootstarp-0.1475.io/tcp/61256/p2p/12D3KooWRzCVDwHUkgdK7eRgnoXbjDAELhxPErjHzbRLguSV1aRt
/dns4/bootstrap-venus.mainnet.filincubator.com/tcp/8888/p2p/QmQu8C6deXwKvJP2D8B6QGyhngc3ZiDnFzEHBDx8yeBXST
/dns4/bootstrap-mainnet-0.chainsafe-fil.io/tcp/34000/p2p/12D3KooWKKkCZbcigsWTEu1cgNetNbZJqeNtysRtFpq7DTqw3eqH
/dns4/bootstrap-mainnet-1.chainsafe-fil.io/tcp/34000/p2p/12D3KooWGnkd9GQKo3apkShQDaq1d6cKJJmsVe6KiQkacUk1T8oZ
/dns4/bootstrap-mainnet-2.chainsafe-fil.io/tcp/34000/p2p/12D3KooWHQRSDFv4FvAjtU32shQ7znz7oRbLBryXzZ9NMK2feyyH

Resources:

Calibration

Calibration network is the most realistic simulation of the Filecoin mainnet:

  • Prospective storage providers can experience realistic sealing performance and hardware requirements due to the use of final proofs constructions and parameters.
  • Prospective storage clients can store and retrieve real data on the network. Clients can participate in deal-making workflows and storage + retrieval functionality.
  • Same sector size as mainnet. The calibration network supports 32 GiB and 64 GiB sectors.

Maintainer: Protocol Labs

Genesis:

  • CAR File: QmY581cXXtNwHweiC69jECupu9EBx274huHjSgxPNv1zAAj
  • Reset Timestamp: 2021-02-19T23:10:00Z
  • Genesis Block CID: bafy2bzaceapb7hfdkewspic7udnogw4xnhjvhm74xy5snwa24forre5z4s2lm
  • sha1 Digest: 944c0c13172b9f552dfed5dfaffaba95113c8254

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:

/dns4/calibration.node.glif.io/tcp/1237/p2p/12D3KooWQPYouEAsUQKzvFUA9sQ8tz4rfpqtTzh2eL6USd9bwg7x
/dns4/bootstrap-calibnet-0.chainsafe-fil.io/tcp/34000/p2p/12D3KooWABQ5gTDHPWyvhJM7jPhtNwNJruzTEo32Lo4gcS5ABAMm
/dns4/bootstrap-calibnet-1.chainsafe-fil.io/tcp/34000/p2p/12D3KooWS3ZRhMYL67b4bD5XQ6fcpTyVQXnDe8H89LvwrDqaSbiT
/dns4/bootstrap-calibnet-2.chainsafe-fil.io/tcp/34000/p2p/12D3KooWEiBN8jBX8EBoM3M47pVRLRWV812gDRUJhMxgyVkUoR48

Resources:

Devnet

The development network is designed to run locally with minimal resources for development testing. You can read the setup guide here.

Network parameters:

  • Supported Sector Sizes: 2 KiB and 8 MiB
  • Consensus Miner Min Power: 2 KiB
  • Epoch Duration Seconds: 4
  • Pre-Commit Challenge Delay: 10

Edit this page on GitHub