From d1585d7919068d726ab39c35f427a35372cb2a18 Mon Sep 17 00:00:00 2001 From: GenesisL1 <88520218+alpha-omega-labs@users.noreply.github.com> Date: Thu, 14 Sep 2023 03:19:33 -0400 Subject: [PATCH] Update README.md Signed-off-by: GenesisL1 <88520218+alpha-omega-labs@users.noreply.github.com> --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6ea402a517..edb5dd7e23 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,15 @@ Cosmos SDK sdk v0.46.15
sh genesisd.sh upgrade $YOUR_NEW_NODE_NAME
+Usage: genesisd.sh [moniker]
+ should be either 'upgrade' or 'init'
+
+ Options:
+ --crisis-skip Makes sure that genesisd starts with the --x-crisis-skip-assert-invariants flag (default: false)
+ --skip-state-download Skips downloading the genesis.json file, only do this if you're certain to have the correct state file already (default: false)
+ --reset-priv-val-state Resets data/priv_validator_state.json file [UNSAFE] (default: false)
+ --no-service This prevents the genesisd service from being made (default: false)
+ --no-start This prevents the genesisd service from starting at the end of the script (default: false)
+