Headless Node
Learn how to operate a Noso Masternode headless on Linux
Prerequisites:
Getting started:
sudo apt-get update -y
sudo apt-get upgrade -y# Install GTK-2
sudo apt-get install gtk2.0 -y
# Install openssl for automatic updates
sudo apt-get install libssl-dev -y
# Install virtual desktop
sudo apt install xvfb -yLast updated