π Installation
π» Hardware Requirements
CPU
4
RAM
8+ GB
STORAGE
+200 GB SSD
1οΈβ£ 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-devβ‘οΈ Go 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/bin2οΈβ£ Install 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
don't forget to backup the wallet words!
β‘οΈ Import wallet
β‘οΈ Faucet
Faucet for Fiammawebsite faucet
β‘οΈ Create Validator
Reminder: You can't create a validator without Sync. You must have to catch the latest block.
The code below will give you pubkey. Save it. You'll need it.
Copy the below directly. Make the changes and save (ctrl+x, y, enter).
β‘οΈ Delegate to Yourself
Find your valoper address with the code below
Or
β‘οΈ Edit Validator
β‘οΈ Complete deletion
β‘οΈ Block check
Your node height - the current block of your node
Network height - the last block of the network
Blocks left - how many blocks your node has left to sync.
Last updated
