Update steps for extracting JSON file
This commit is contained in:
parent
bd8b4c9857
commit
7733b737a2
@ -37,7 +37,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
|
||||
|
@ -45,17 +45,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 <absolute-path-to-testnet-deployment>/export/testnet-state.gz > testnet-state.json
|
||||
gzip -dc <path-to-compressed-file>/testnet-state.gz > testnet-state.json
|
||||
|
||||
# Remove zip folder
|
||||
rm -rf <absolute-path-to-testnet-deployment>/export/testnet-state.gz
|
||||
rm -rf <path-to-compressed-file>/testnet-state.gz
|
||||
```
|
||||
|
||||
- Copy over the exported `testnet-state.json` file to target machine
|
||||
|
||||
- Generate LPS lockup distribution JSON file
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user