Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 577 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 577 Bytes

gaianet-node

In this version, you can choose which port you want to start the node with.

Instructions

Follow these steps to set up and start the Gaianet node:

rm -rf gaianet
rm gaianet.sh
# Update your system
sudo apt-get update

# Install screen if it's not already installed
sudo apt-get install screen

# Start a new screen session
screen -S gaianet

# Download the setup script
wget https://raw.githubusercontent.com/Onixs50/gaianet-node/main/gaianet.sh

# Make the script executable
chmod +x gaianet.sh

# Run the script
./gaianet.sh

DONE!