Update 0g.sh

This commit is contained in:
smeb y 2024-04-25 09:01:35 +08:00 committed by GitHub
parent 6264b51a7b
commit b0d7d4d124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -302,7 +302,7 @@ screen -dmS storage_kv ../target/release/zgs_kv --config config.toml
# 给自己地址验证者质押
function delegate_self_validator() {
read -p "请输入质押代币数量(1000000为1个): " math
read -p "请输入质押代币数量(单位为evmos,比如你有1个evmos留点水给自己输入0.9回车就行): " math
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