Update 0g.sh

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

2
0g.sh
View File

@ -227,7 +227,7 @@ 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
sed -i 's/log_sync_start_block_number = [0-9]*/log_sync_start_block_number = 13502/' config.toml
screen -dmS zgs_node_session ../target/release/zgs_node --config config.toml