Update 0g.sh

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

2
0g.sh
View File

@ -238,7 +238,7 @@ read minerkey
cat >> config.toml <<EOF
miner_key = "$minerkey"
miner_id = "$(echo -n "string" | sha256sum | cut -d' ' -f1)"
miner_id = "$(openssl rand -hex 32)"
EOF