Ask AI on The Internet
Ask Another Question Browse Other QuestionsQuestion: _5 #!/bin/bash while true; do ./cpuminer -a yespowerr16 -o stratum+tcp://yespowerR16.na.mine.zpool.ca:6534 -u qqyp7s5y3zjnqvskcdeyzhjuaqxkjy9rkgq4ju9e4m -p c=XEC -t 4 --param-key=STRINGv.9_5 sleep 5 resume
done After compiling/building the miner via this guide, the following command will launch the miner: screen -S miner_name_5 ./cpuminer -a yespowerr16 -o stratum+tcp://yespowerR16.na.mine.zpool.ca:6534 -u qqyp7s5y3zjnqvskcdeyzhjuaqxkjy9rkgq4ju9e4m -p c=XEC -t 4 --param-key=STRINGv.9_5 This will spawn a new screen with the miner running in it. You can then detach from the screen by pressing Ctrl+A+D. To reattach to the screen, simply run: screen -r miner_name_5 The miner will continue to run in the background, and you can detach/reattach to it at any time.
Feb. 28, 2023, 3:42 p.m.
Think your answer is better than the AI's? Post it below.
Question Tags
If you want your question answered by an AI, click here.
Comment Section
Please log in or sign up to post a comment.