From fb480675de12f1b3e1f1f86265d4484f175fe941 Mon Sep 17 00:00:00 2001 From: Igor Goldobin Date: Fri, 2 Feb 2024 09:51:43 +1000 Subject: [PATCH] feat: updated instructions for running local node --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ab8aca..9cff152 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,13 @@ You can also optionally supply destination path `--outputFolder=yourpath` where ### Validate -This step is to be used to validate all claim files and generate a token distribution file +This step is to be used to validate all claim files and generate a token distribution file. + +Validation uses local Strax/Cirrus node to perform balance check. Make sure you have local node running with address indexer and fully synced. For example to run testnet Strax node, use: + +``` +.\Stratis.StraxD.exe -testnet -addressindex +``` A typical run would look like this: