Skip to content

Commit

Permalink
Update validator setup command
Browse files Browse the repository at this point in the history
Update validator setup command to be accurate with updated gas fees and fees.
  • Loading branch information
ps350 authored Nov 8, 2024
1 parent 48c419b commit e399144
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions docs/join.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,17 @@ post your althea1 validator address and recieve tokens to start your validator.
```bash

althea tx staking create-validator \
--amount=<your amount here, remember to subtract for the fee>aalthea\
--pubkey=$(althea tendermint show-validator) \
--moniker="put your validator name here" \
--chain-id=althea_258432-1 \
--from=myvalidatorkeyname \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--gas=auto \
--min-self-delegation="1" \
--gas-adjustment=1.4
--fees 20000000000000000aalthea

--commission-rate 0.1 \
--commission-max-rate 0.2 \
--commission-max-change-rate 0.01 \
--min-self-delegation "1" \
--amount 1000000000000000000aalthea \
--pubkey $(althea tendermint show-validator) \
--from myvalidatorkeyname \
--moniker="put your validator name here" \
--chain-id althea_258432-1 \
--gas 300000 \
--fees 30000000000000000aalthea

```

Expand Down

0 comments on commit e399144

Please sign in to comment.