Collection of common questions around SUI Node Helper
SUI Helper fails at download binary stage
curl
or
ping
command like bash ping 8.8.8.8
How to start/restart sui-node?
How to check if my SUI node is syncing?
result
block going up.
My SUI node is not syncing, what should I do?
fullnode.yaml
or validator.yaml
file (If you do not know where the file is, check the FAQ for how to find config file). For most of the scenarios it’s by running
How to check SUI version?
cd
to the path where you have your sui-node binary
jq
to be installed.
Where is my Node config file?
fullnode.yaml
whereas for validators its validator.yaml
.Generally, they are located atsui-node
linux service.--config-path
value, that’s the file path of your config file.sui-node process is failing, how do I check logs?