From 37e684ad245b22e001f4fe7e1e4e8dbb1096ebcf Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Thu, 19 Jun 2025 18:35:04 +0530 Subject: [PATCH] Add step to check sync status of the node --- docs/run-validator.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/run-validator.md b/docs/run-validator.md index 03322e8..235b05b 100644 --- a/docs/run-validator.md +++ b/docs/run-validator.md @@ -208,10 +208,21 @@ NOTE: This public key is required in next step to create validator +- Check sync status of node: + + ```bash + # Check sync status + laconic-so deployment --dir $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR exec laconicd "laconicd status | jq .sync_info" + + # `catching_up: false` indicates that node is completely synced + ``` + ## Create Validator - Run these steps in a machine from where [the create-validator transaction is to be signed (machine 3)](#build-laconicd-to-create-validator) + NOTE: Make sure that your node has completed syncing + - Copy the example variables file: ```bash