Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update validator-setup.md #800

Merged
merged 1 commit into from
Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/validators/validator-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ empowerd gentx <key-name> 100000000umpwr \
--commission-max-change-rate 0.1 \
--commission-max-rate 0.2 \
--commission-rate 0.05 \
--min-self-delegation "1umpwr" \
--min-self-delegation "1" \
--moniker "<moniker>" \
--details= "" \
--website "" \
Expand All @@ -63,17 +63,17 @@ Once the node is synced and the wallet has funds in it, the node can be upgraded

```bash
empowerd tx staking create-validator \
--amount 1umpwr \
--amount 1000000umpwr \
--chain-id circulus-1 \
--commission-max-change-rate 0.1 \
--commission-max-rate 0.2 \
--commission-rate 0.05 \
--min-self-delegation "1umpwr" \
--min-self-delegation "1" \
--moniker "<moniker>" \
--details="<validator-description" \
--website "<validator-website>" \
--security-contact="<validator-security-contact>" \
--identity="<keybase-id>" \
--pubkey=$(empowerd tendermint show-validator) \
--gas-prices 0.025umpwr
--from <key-name>
--gas-prices 0.025umpwr \
--from <key-name>