Update 0g.sh

This commit is contained in:
smeb y 2024-07-08 18:01:25 +08:00 committed by GitHub
parent 1324f67644
commit e2b8c1b7fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -223,8 +223,10 @@ cd run
read -p "请输入你想导入的EVM钱包私钥不要有0x: " minerkey
read -p "请输入设备IP地址: " new_address
sed -i "s/miner_key = \"\"/miner_key = \"$minerkey\"/" config.toml
sed -i "s|^# *network_enr_address = \".*\"|network_enr_address = \"$new_address\"|" config_file.toml
sed -i 's/log_sync_start_block_number = [0-9]*/log_sync_start_block_number = 0/' config.toml
screen -dmS zgs_node_session ../target/release/zgs_node --config config.toml