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