An in-depth tutorial for setting up Elrond node in Google Cloud with Ubuntu 18.04
|An in-depth tutorial for setting up the Elrond node.
Useful links
- Official Elrond node install guide
- My article about setting up and Elrond node
- Google cloud offer
- Official Elrond scripts
Useful commands
To update your Ubuntu installation:
sudo apt-get update && sudo apt-get upgrade -y
Install Midnight commander:
sudo apt-get install mc