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