Is there a gui in kopiemtu 3? If yes, how to run?
Yes, there is, you can start it by single command below,
GUI is not started by default, while is not necessary for mining,
and you may even not notice that, if you have headless rig
service lightdm start
or
systemctl enable lightdm.service
service lightdm start
the first will start GUI one time, the second sequence will start and activate it permanently
All that information is in very first lines of /root/README.txt
root@kopiemtu:~# cat README.txt
One-time graphical interface (as root):
service lightdm start
Permanent graphical interface (as root):
systemctl enable lightdm.service
------------
Quick setup:
------------
cd /etc/kopiemtu; ls -l
nano lbry.conf
...
mine switch|start|stop|status
monitor start|stop|status
tail -f /var/log/syslog
http://your_rig_IP/
=================================
Master setup, on SINGLE RIG ONLY!
=================================
nano /root/.master.conf
mv /root/.master.conf /root/master.conf
init 6
ssh-keygen -q -P "" -f /root/.ssh/id_rsa
scp /root/.ssh/id_rsa.pub localhost:/root/.ssh/authorized_keys
scp /root/.ssh/id_rsa.pub w12:/root/.ssh/authorized_keys
scp /root/.ssh/id_rsa.pub w21:/root/.ssh/authorized_keys
scp /root/.ssh/id_rsa.pub w22:/root/.ssh/authorized_keys
...
Verify your configuration:
mm uptime
mm "nvidia-smi | grep %"
mmnv
mmis
mmos
mmit
mmip
mmih
mmot
mmip
mm ssh
=================================
KopiemTu 3.0 is distributed under six-beers license. If you want to use it - you must send me six beers.
For simplicity - send 0.01 btc to my smartphone: 1JofTuhjgxuQAEtqyCdj7JNwzrZ1f7EXcg
(no doubt I will utilise it for six beers :)
Vertcoin: Vh9VgXbQN9DdcUJzt5mrxZYWHKpoNgemmJ
MobileCash: MBeBwseXEwVmPg8cvQrEFSCXVnL5q3n3LP
root@kopiemtu:~#