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