πŸ’ Hedge

Hedge is a pioneering blockchain network built with state-of-the-art M-sig transaction protocols to make your on-chain transactions faster and more reliable.

Public Endpoints

API https://hedge-api.validator247.com

RPC https://hedge-rpc.validator247.com

Explorer

https://explorer.validator247.com/Hedge-Testnet/staking

Install validator

Update && Upgrade:

sudo apt update && sudo apt upgrade -y

Install package

sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential git make lz4 unzip ncdu -y

Install Go

ver="1.21.5" 
cd $HOME 
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

Install Node

Config Node

Pruning and indexer

Port

Create Service

Check Logs

Check Syn

Create wallet & Validator

Add New Key

Recover Existing Key

Create Validator

Upgrade reset Chain

https://genznodes.dev/resources/snapshot/testnet-hedgeblock

Last updated