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