Update 0g.sh
This commit is contained in:
parent
9ecf6f0f94
commit
074af9b9ba
2
0g.sh
2
0g.sh
@ -302,7 +302,7 @@ screen -dmS storage_kv ../target/release/zgs_kv --config config.toml
|
|||||||
|
|
||||||
# 给自己地址验证者质押
|
# 给自己地址验证者质押
|
||||||
function delegate_self_validator() {
|
function delegate_self_validator() {
|
||||||
read -p "请输入质押代币数量: " math
|
read -p "请输入质押代币数量(1000000为1个): " math
|
||||||
read -p "请输入钱包名称: " wallet_name
|
read -p "请输入钱包名称: " wallet_name
|
||||||
evmosd tx staking delegate $(evmosd keys show $wallet_name --bech val -a) ${math}evmos --from $wallet_name --gas=500000 --gas-prices=99999aevmos --node $OG_RPC_PORT -y
|
evmosd tx staking delegate $(evmosd keys show $wallet_name --bech val -a) ${math}evmos --from $wallet_name --gas=500000 --gas-prices=99999aevmos --node $OG_RPC_PORT -y
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user