Hello all,
Can you please share some tips on how to start to mine automatically after each reboot?
I tried putting the mining command in a script and that script in /etc/rc.local
This does not seem to work.
The content of the script is:
#!/bin/bash
#mine @ flypool with optiminer
cd /home/user/optiminer-zcash;
screen -S optiminer0 ./optiminer-zcash -s eu1-zcash.flypool.org:3333 -u xxxx.amd0 -d 1;
I am using Ubuntu 16.04.1
Thank you.