Post
Topic
Board Mining (Altcoins)
Re: Optiminer/Zcash v1.5.0 (GPU, Linux, AMD)
by
Crs
on 24/01/2017, 14:31:10 UTC
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:

Code:
#!/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.