Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ make up
```
To override the archive used to restore the network:
```sh
CHAINSTATE_ARCHIVE=./docker/chainsate_new.tar.zstd make up
CHAINSTATE_ARCHIVE=./docker/chainstate_new.tar.zstd make up
```
To override the chainstate dir and resume a stopped network:
*Note*: will not work for the `genesis` chainstate dir and absolute path is required
```sh
CHAINSTATE_DIR=$(pwd)/docker/chainsate/<existing chainstate dir> make up
CHAINSTATE_DIR=$(pwd)/docker/chainstate/<existing chainstate dir> make up
```

### Start network from genesis
Expand Down