Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070
by
Ale-x
on 13/11/2016, 19:21:10 UTC
Does anybody know how to run SAv5 after reboot in screen? OS: Ubuntu 16.04.
I've tried to put in rc.local smtng like this:
Code:
screen -S miner -d -m /home/user/silentarmy/silentarmy --use 0,1,2,3,4 -c stratum+tcp://equihash.eu.nicehash.com:3357#xnsub -u MY_WALLET.Rig1 -p x
but it works only if I run rc.local from command line but not after reboot.
 Huh

UPD: its need to add path to screen, but now it starts from root. How to run it from specified user?

UPD2: SOLVED! Final string:

Code:
sudo -iu username /usr/bin/screen -S miner -d -m /home/user/silentarmy/silentarmy --use 0,1,2,3,4 -c stratum+tcp://equihash.eu.nicehash.com:3357#xnsub -u MY_WALLET.Rig1 -p x
Also I use amdgpu-pro-fans.sh script to set fan speed after boot.

Anybody use overclocking in Linux?