🟒Hedge Block

Hardware minumum:

  • 2 Cores

  • 2GB RAM

  • 40 GB SSD

  • Ubuntu 22 - x86 or arm64

Website: http://hedgeblock.io Telegram: https://t.me/hedgeblockio Discord: https://discord.com/invite/fxmUNYTayQ X: https://twitter.com/hedgeblockio Node39 support:

Install Dependencies:

sudo apt update && sudo apt upgarade -y
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -y

Install GO: (amd64 - x86)

rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.21.8.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile
go version

Install GO: (arm64)

Dowload binary & ibwasmvm: x86

Dowload ibwasmvm: arm64

Set chain and Name Hedge : Change <Change-Name>

Download Genesis & addressbook:

Create Service:

Peer:

Snapshort:

Wallet:

Wallet Balance:

Check sync status: False -> Synchronization completed.

VALIDATOR

Create Validator:

Note: Change xxxxxxxxxx The number of uhegde can be changed 1000000 uhedge = 1 hedge Backup: cat $HOME/.hedge/config/priv_validator_key.json

Edit Existing Validator

Delegate your Validator

Note: The number of uhegde can be changed

Unjail validator

Command

Last updated