Skip to content

Commit b94d043

Browse files
authored
Merge pull request #20 from bcdevtools/feat/dump-snapshot
feat: new feature dump snapshot by taking advantage of Cosmos-SDK `snapshots` commands
2 parents c37c5d4 + b2086cc commit b94d043

File tree

12 files changed

+801
-37
lines changed

12 files changed

+801
-37
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ nmngd node extract-addrbook ~/.node_home_source/config/addrbook.json ~/.node_hom
2222
nmngd node prune-addrbook ~/.node_home/config/addrbook.json
2323
nmngd node prune-data ~/.node_home --binary xxxd [--backup-pvs ~/priv_validator_state.json.backup]
2424
nmngd node state-sync ~/.node_home --binary xxxd --rpc http://localhost:26657 [--address-book /home/x/.node/config/addrbook.json] [--peers [email protected]:26656] [--seeds [email protected]:26656] [--max-duration 12h]
25+
nmngd node dump-snapshot ~/.node_home --binary xxxd [--max-duration 1h] [--no-service] [--service-name xxx] [--external-rpc https://rpc1.example.com:443 --external-rpc https://rpc2.example.com:443] [--fix-genesis]
2526
nmngd node zip-snapshot ~/.node_home
2627
```
2728

0 commit comments

Comments
 (0)