Nodes/filecoin/docker/en

filecoin

Filecoin Docker 노드 가이드 — Docker Node (EN)

2분 읽기 · docker/en

list목차(4)

Filecoin Docker 노드 가이드 — Docker Node (EN)

This page is an English summary. For the full, maintained operations guide (commands, snapshots, troubleshooting) see README.md. Contributions that replace this stub with a proper translation are welcome.

At a glance

  • Chain id slug: filecoin
  • Variant: docker
  • Category: other — Specialized L1 / infrastructure. Consult the official docs for the supported deployment topology.
  • Upstream repo: https://github.com/filecoin-project/lotus

Quick start

# from chains/filecoin/docker/
docker compose up -d
docker compose logs -f

See docker-compose.yml and README.md for image tags, port mapping, and environment variables specific to this chain.

Status check

Typical patterns (exact command in the Korean README):

  • EVM chainseth_blockNumber, eth_chainId on HTTP RPC
  • SolanagetSlot, getHealth on 8899
  • Tendermint / Cosmos SDKGET /status on 26657
  • Substratechain_getHeader, system_health on 9933
  • Suisui_getLatestCheckpointSequenceNumber
  • Bitcoin / Dogecoin / Litecoingetblockchaininfo (basic auth)

References

filecoin 다른 챕터