From 65c9370819badcd49a33191e4f6988f4f9a070ec Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:16:55 +0800 Subject: [PATCH] Update 0g.sh --- 0g.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0g.sh b/0g.sh index b6358da..c291a09 100644 --- a/0g.sh +++ b/0g.sh @@ -229,8 +229,8 @@ cd run read -p "请输入你想导入的EVM钱包私钥,不要有0x: " minerkey -sed -i "s/# miner_id = \"\"/miner_id = \"$(openssl rand -hex 32)\"/" config.toml -sed -i "s/# miner_key = \"\"/miner_key = \"$minerkey\"/" config.toml +sed -i "s/miner_id = \"\"/miner_id = \"$(openssl rand -hex 32)\"/" config.toml +sed -i "s/miner_key = \"\"/miner_key = \"$minerkey\"/" config.toml