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