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