From 2d5cf420383dcf309996f3623046650ab43d1457 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 30 Mar 2021 10:54:22 +0000 Subject: [PATCH] NOOOOOOOOOOOOOOOO --- start-miner.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/start-miner.sh b/start-miner.sh index f80eb0e..e682b52 100644 --- a/start-miner.sh +++ b/start-miner.sh @@ -17,6 +17,18 @@ 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 ]