Update Artela.sh
This commit is contained in:
parent
93851a1e46
commit
5f543dab9f
28
Artela.sh
28
Artela.sh
@ -174,21 +174,19 @@ function add_validator() {
|
|||||||
read -p "请输入您想设置的验证者的名字: " validator_name
|
read -p "请输入您想设置的验证者的名字: " validator_name
|
||||||
|
|
||||||
artelad tx staking create-validator \
|
artelad tx staking create-validator \
|
||||||
--amount=1000000uart \
|
--amount 1000000uart \
|
||||||
--pubkey=$(artelad tendermint show-validator) \
|
--from $wallet_name \
|
||||||
--moniker="$validator_name" \
|
--commission-rate 0.1 \
|
||||||
--identity= \
|
--commission-max-rate 0.2 \
|
||||||
--details="" \
|
--commission-max-change-rate 0.01 \
|
||||||
--chain-id=artela_11822-1 \
|
--min-self-delegation 1 \
|
||||||
--commission-rate=0.10 \
|
--pubkey $(artelad tendermint show-validator) \
|
||||||
--commission-max-rate=0.20 \
|
--moniker "$validator_name" \
|
||||||
--commission-max-change-rate=0.01 \
|
--identity "" \
|
||||||
--min-self-delegation=1 \
|
--details "" \
|
||||||
--from=$wallet_name \
|
--chain-id artela_11822-1 \
|
||||||
--gas-prices=20000000000uart \
|
--gas 300000 \
|
||||||
--gas-adjustment=1.5 \
|
--node $Artela_RPC_PORT \
|
||||||
--gas=auto \
|
|
||||||
--node $Artela_RPC_PORT
|
|
||||||
-y
|
-y
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user