Constantine

Results 1 comments of Constantine

My solution is to write **/etc/rc.local** as follows: ``` ( cd /path/to/miner nohup ./xmrig-nvidia > /dev/null 2>&1 & disown ) ```