Update 0g.sh

This commit is contained in:
smeb y 2024-04-13 00:57:20 +08:00 committed by GitHub
parent d897aa2b71
commit df5ff21191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -235,7 +235,7 @@ cd run
echo "请输入矿工的EVM钱包私钥不要有0X: "
read minerkey
cat > config.toml <<EOF
cat >> config.toml <<EOF
miner_key = "$minerkey"
miner_id = "$(openssl rand -hex 32)"
EOF