Update for Service
Simple steps to update a node in the Service.
1. Stopping the Service
systemctl --user stop mina2. Settings
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update
sudo apt-get install -y curl unzip mina-mainnet=1.3.0-9b0369c3. Change configuration
nano .mina-env4. Launch
Last updated