Merge PR #3690: Update deploy-testnet.md

This commit is contained in:
frog power 4000 2019-02-20 09:17:07 -05:00 committed by Jack Zampolin
parent de3a882adb
commit cf2cdabe6b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ gaiacli keys add validator
# Add that key into the genesis.app_state.accounts array in the genesis file # 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 # NOTE: this command lets you set the number of coins. Make sure this account has some coins
# with the genesis.app_state.staking.params.bond_denom denom, the default is staking # with the genesis.app_state.staking.params.bond_denom denom, the default is staking
gaiad add-genesis-account $(gaiacli keys show validator -a) 1000stake,1000validatortoken gaiad add-genesis-account $(gaiacli keys show validator -a) 1000000000stake,1000000000validatortoken
# Generate the transaction that creates your validator # Generate the transaction that creates your validator
gaiad gentx --name validator gaiad gentx --name validator