Merge branch 'master' into wiz/installer2

This commit is contained in:
wiz
2022-03-11 16:17:51 +00:00
committed by GitHub
49 changed files with 992 additions and 414 deletions

View File

@@ -38,5 +38,13 @@ do for url in / \
curl -s "https://${hostname}${url}" >/dev/null
done
counter=1
while [ $counter -le 134 ]
do
curl -s "https://${hostname}/api/v1/mining/pool/${counter}/hashrate" >/dev/null
curl -s "https://${hostname}/api/v1/mining/pool/${counter}" >/dev/null
((counter++))
done
sleep 10
done