Skip to content

Commit

Permalink
feat: updated instructions for running local node
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Feb 1, 2024
1 parent 3f23226 commit fb48067
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit fb48067

Please sign in to comment.