diff --git a/docs/demo.md b/docs/demo.md index e6a81f8..2fcdd01 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -29,7 +29,7 @@ export CWD=$(pwd) ``` -- Copy over compressed file before this +- Extract the testnet-state JSON file ``` gzip -dc $CWD/testnet-state.gz > $CWD/testnet-state.json diff --git a/docs/run-first-validator.md b/docs/run-first-validator.md index cdeac55..7e99991 100644 --- a/docs/run-first-validator.md +++ b/docs/run-first-validator.md @@ -44,19 +44,19 @@ laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull ``` -- Copy over compressed file before this +- Copy over the LPS lockup distribution `distribution.json` file to target machine + +- Copy over compressed file `testnet-state.gz` file to target machine + +- Extract the testnet-state JSON file ``` - gzip -dc /export/testnet-state.gz > testnet-state.json + gzip -dc /testnet-state.gz > testnet-state.json # Remove zip folder - rm -rf /export/testnet-state.gz + rm -rf /testnet-state.gz ``` -- Copy over the exported `testnet-state.json` file to target machine - -- Copy over the LPS lockup distribution `distribution.json` file to target machine - - Set envs: ```bash