Skip to content

Cosmos terra daemon

Pluto (9R) requested to merge cosmos-terra-daemon into master

Daemon for Terra chain.

Requires k8s cluster capable of providing:

  • Pods with 32gb RAM
  • PVCs with 3TB SSD, possibly growing to 4TB in the foreseeable future.

Current chain snapshot is 1+ TB, unzipped to 1.5+ TB. We need some overhead to load the snapshot and for chain growth. Otherwise, it will take weeks to sync from 0%. Node operators that cannot accommodates will have to LEAVE and rebuild their cluster.

The grpc (9090) service port is required for Bifrost to communicate. The RPC port (26657) is open for the liveness probes. The P2P (26656) port is open to gossip chain state with peers.

Edited by Pluto (9R)

Merge request reports