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