We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b499c9b commit 4ec6cceCopy full SHA for 4ec6cce
Terminal/setup-xmr
@@ -11,7 +11,7 @@ cmake .. -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF
11
make install
12
13
cat > /tmp/cron << EOF
14
-@reboot screen -d -m ~/xmr-stak/build/bin/xmr-stak -u $USERNAME -p $PASSWORD --url $URL --currency monero7 -i 0
+@reboot screen -d -m ~/xmr-stak/build/bin/xmr-stak -u $USERNAME -p $PASSWORD --url $URL --currency monero7 -i 0 -r 0
15
EOF
16
crontab /tmp/cron
17
0 commit comments