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