βοΈInstallation
Install dependencies:
sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -yInstall 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 versionDownload binary Seda: (amd-64)
wget -O sedad https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.5/sedad-amd64
chmod +x sedad
sudo mv sedad /usr/local/bin
sedad versionDownload binary Seda: (amd-64)
Set chain and Name Seda: Change <Change-Name>
Custom Port: (Option)
Set min gas:
Set indexing: (Option)
Download Genesis & addressbook:
Peers:
Create Service:
Download snapshort:
Wallet:
Check sync: (False -> Done)
Create Validator:
Last updated