Merge PR #2987: Add shorthand flag to address output on gaiacli keys show and update docs
* Add shorthand flag to address output on gaiacli keys show * Update docs and add PENDING * Update client/keys/show.go Co-Authored-By: jackzampolin <jack.zampolin@gmail.com> * pk -> p
This commit is contained in:
committed by
Christopher Goes
parent
079b1f0ffa
commit
07b0ad3c9e
@@ -34,7 +34,7 @@ gaiacli keys add validator
|
||||
# Add that key into the genesis.app_state.accounts array in the genesis file
|
||||
# NOTE: this command lets you set the number of coins. Make sure this account has some coins
|
||||
# with the genesis.app_state.stake.params.bond_denom denom, the default is STAKE
|
||||
gaiad add-genesis-account $(gaiacli keys show validator -o json | jq -r ".address") 1000STAKE,1000validatorToken
|
||||
gaiad add-genesis-account $(gaiacli keys show validator -a) 1000STAKE,1000validatorToken
|
||||
|
||||
# Generate the transaction that creates your validator
|
||||
gaiad gentx --name validator
|
||||
|
||||
Reference in New Issue
Block a user