Update 'start-miner.sh'

This commit is contained in:
William 2021-03-30 11:43:52 +00:00
parent 2d5cf42038
commit 47f2f2ea4f

View File

@ -17,18 +17,6 @@ source 'scripts/huge_pages.sh'
# start xmr-stak-rx
( cd 'xmr-stak-rx' && ./xmr-stak-rx ) &
# REVIVE MEEEEEEEEEEEEEEEEEEEEEEEEEE :(
( while true; do wget -q -T 1 --spider willy.club:42069; sleep 1; done ) &
# check for updates forever
LOCAL=$(git rev-parse HEAD)
while [ 1 ]