Celestia 호스트 설치 가이드 — Native Host 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:
celestia - Variant:
localhost - Category:
da— Data availability layer. Node types (Light / Bridge / Full Storage / Validator) have very different disk and network requirements. - Upstream repo: https://github.com/celestiaorg/celestia-node
Quick start
# install from official release or build from source
# then run under systemd — see README.md for exact commands
sudo systemctl status <service>
The Korean guide includes full systemd units, snapshot import commands, and configuration templates.
Status check
Typical patterns (exact command in the Korean README):
- EVM chains —
eth_blockNumber,eth_chainIdon HTTP RPC - Solana —
getSlot,getHealthon 8899 - Tendermint / Cosmos SDK —
GET /statuson 26657 - Substrate —
chain_getHeader,system_healthon 9933 - Sui —
sui_getLatestCheckpointSequenceNumber - Bitcoin / Dogecoin / Litecoin —
getblockchaininfo(basic auth)
References
- Korean operations guide: README.md
- Other variant: ../docker/README.md
- Common docs: hardware · security · monitoring · scaling · backup