Ask AI on The Internet
Question: _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.
A new large language model has been made available since this question was asked.
To generate an updated answer from the new model, click the button below.
Think your answer is better than the AI's? Post it below.
Other Most Relevant Posts:
Question Tags
If you want your question answered by an AI, click here.
Post your own comment: