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