I'm having problems with ethminer on my system. Software works completely fine except the situation when I'm trying to run ethminer over SSH and I'm not "physically" logged in on that particular machine. On the other hand, when I log in and eventually log out – everything works great. What's wrong? I'm I missing something, or is it simply a bug?
I'm using Ubuntu 16.04.1 LTS together with AMD cards.
I would appreciate any form of help.
Thank you.
Best Answer
See if the following works:
Here a script to start
ethminer
in the background. You should be able to run this script from your physical terminal or remotely over SSH.Save the following text into
$HOME/bin/runEthminer
. You may have to run the commandmkdir $HOME/bin
first and you will have to customise yourethminer
command line or the FARMURL environment variable.Set the executable bit of this file by running the command
chmod 700 $HOME/bin/runEthminer
.You can now start
ethminer
by running the commandrunEthminer
or$HOME/bin/runEthminer
.You can view your
ethminer
log file using