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