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