Validator Maintenance
Common validator maintenance steps
Node operators are required to routinely update their validator's version of sx-node, maintain a high uptime (99%), and monitor the health of their instances. This section will evolve over time to include links and how-to guides essential to the duties of a node operator.
Updating to the latest version of sx-node
From within your validator
directory:
Running your node in safety mode
At times you might be required by an SX Admin to run your node in safety mode. This mode ensures your validator can only sync up to trusted validators. If asked, please follow the steps below:
Stop the sx-node service:
Clear the data-dir within your
sx-node
directory:Add the
bootnode_only_sync: true
field to theconfig.yml
and save that file.For example your
config.yml
file might look something like:Restart the sx-node service:
Last updated