Installation
Hardware Requirements
Installation packages and dependencies
sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential
sudo apt -qy upgrade
sudo apt-get update && apt-get install -y libssl-devGo Installation
cd $HOME
VER="1.22.3"
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"
[ ! -f ~/.bash_profile ] && touch ~/.bash_profile
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bash_profile
source $HOME/.bash_profile
[ ! -d ~/go/bin ] && mkdir -p ~/go/binInstall node
Create a service
Let's activate it
Initialize the node
Genesis addrbook
Port
Peers and Seeds
Pruning
Gas Settings
Indexer
Snap (soon)
Let's get started
Log Command
Create wallet
Import wallet
Faucet
Create Validator
Delegate to Yourself
Edit Validator
Complete deletion
Block check
Last updated