πŸ’ Mantrachain - Hongbai

MantraChain - The first RWA Layer 1 Blockchain

https://twitter.com/MANTRA_Chain

https://www.mantrachain.io/

Explorer

https://explorer.validatorvn.com/Mantra-Testnet/staking

Guide install Node

Update system & install prerequisites:

sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -y

install go / Var /

cd $HOME
VER="1.21.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/bin

echo "export WALLET="wallet"" >> $HOME/.bash_profile
echo "export MONIKER="Your_Nodename"" >> $HOME/.bash_profile
echo "export MANTRA_CHAIN_ID="mantra-hongbai-1"" >> $HOME/.bash_profile
echo "export MANTRA_PORT="22"" >> $HOME/.bash_profile
source $HOME/.bash_profile

download binary

config & init

Download genesis.json

Download Addrbook.json

Update the config.toml & Seed & Peer

app.toml

config.toml file

pruning & Gas

Create Service

Download snapshot

Starting, stoping and restarting service

Create keys and Validator

Generate a new public key with mnemonic phrase

Create a key file.

Add New Wallet Key

Import keys ( if using an existing wallet )

Faucet:

Create-Validator

Edit-Validator

DONE : Read carefully - before asking any questions

Last updated