The forum ‘General’ is closed to new topics and replies.
sudo apt-get update
sudo apt-get upgrade -y
# Install Git
sudo apt install git -y
# Checkout the source and install
git clone https://github.com/Stor-Network/stor-blockchain.git -b master --recurse-submodules
cd stor-blockchain
sh install.sh
. ./activate
# The GUI requires you have Ubuntu Desktop or a similar windowing system installed.
# You can not install and run the GUI as root
sh install-gui.sh
cd stor-blockchain-gui
npm run electron &
The forum ‘General’ is closed to new topics and replies.