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