Lumera
lumera-testnet-1
RPC, API, gRPC
RPC:
https://lumera-testnet-rpc.techhubs.asiaAPI:
https://lumera-testnet-api.techhubs.asiagRPC:
lumera-testnet-grpc.techhubs.asia:12090Update system and install tools
sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -yInstall Go
cd $HOME
VER="1.22.2"
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 Rust
Download and install
Install Cosmovisor
Create service
Init node
NOTE: Write the node name
Genesis and addressbook
Port
Seed ve Peer
Pruning
Gas and index
Let's enable
Start service and check the logs
Check the logs
Create wallet
Wallet import
Create a validator.json
Delete node
Made by TechHubs
Last updated