Update 0g.sh

This commit is contained in:
smeb y 2024-04-12 14:49:27 +08:00 committed by GitHub
parent 5341bd11c4
commit 4e74aa87b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

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