💾Node Installation

Tangle Mainnet guide

  • Minimum hardware requirements:

Node Type
CPU
RAM
Storage

Mainnet

4

8GB

150GB

Preparing the server

sudo apt update && sudo apt upgrade -y
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential bsdmainutils git make ncdu gcc git jq chrony liblz4-tool -y

GO 1.21.6

ver="1.21.6"
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go version

Build 31.07.25

tangle --version

  • tangle 1.4.0-06942006848

Creating Keys

Acco

Babe

Imonline

Role

Grandpa

ls $HOME/.tangle/data/chains/tangle-mainnet/keystore/

Create a service file

Start

  • After launch, we wait for our node to synchronize. You can track our condition using telemetry

  • After the node has synchronized, we pull out the key from our node by entering the command

BACKUP

🟢 save the located keys in $HOME/.tangle/node-key and $HOME/.tangle/data/validator/YOURNAME/chains/tangle-testnet/keystore/

Creating a validator

  • Go to the website and first create a wallet

  • We create a validator. To do this, select Network - Staking - Accounts - Validator

logs

restart

delete node

Last updated

Was this helpful?