Skip to content

Commit fb48067

Browse files
authored
feat: updated instructions for running local node
1 parent 3f23226 commit fb48067

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ You can also optionally supply destination path `--outputFolder=yourpath` where
4545

4646
### Validate
4747

48-
This step is to be used to validate all claim files and generate a token distribution file
48+
This step is to be used to validate all claim files and generate a token distribution file.
49+
50+
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:
51+
52+
```
53+
.\Stratis.StraxD.exe -testnet -addressindex
54+
```
4955

5056
A typical run would look like this:
5157

0 commit comments

Comments
 (0)