The following instructions are specific to node software setup on Linux.
- Open a terminal window by clicking the magnifying glass in the top right of your screen.
- Type "terminal" in the search bar.
- Press Enter to open.
- Paste the commands below into your terminal window.
You will need to replace "YOUR_UBUNTU_USERNAME" below with the username for your linux or Ubuntu computer.
sudo chown -R "YOUR_UBUNTU_USERNAME:" /usr/local/bin
sudo chown -R "YOUR_UBUNTU_USERNAME:" /etc/systemd/system
- Paste the following install command into your terminal window:
bash <(curl -s https://download.growblockchain.net/node-binaries/v2.6.1- b/linux.sh)