Running a Celestia node is crucial for participating in the Celestia network. This guide covers various methods to set up and run a Celestia node, including binary executions.
./celestia-appd [command] [flags]
. For starting the daemon, use ./celestia-appd start
.celestia-appd
to run as a systemd service for reliability.
/usr/bin
with cp celestia-appd /usr/bin/
./etc/systemd/system/celestia-appd.service
with appropriate configurations.sudo systemctl daemon-reload
sudo systemctl restart celestia-appd
sudo systemctl enable celestia-appd
journalctl -u celestia-appd -f
$HOME/.celestia/config
.
config.toml
: General settings.app.toml
: Application-specific settings.client.toml
: Stargaze client settings.