Installation
System Specs
Hardware
Requirement
Install dependencies
sudo apt update
sudo apt-get update
sudo apt install curl git make jq build-essential gcc unzip wget lz4 aria2 -yDownload Story-Geth binary v0.9.3
wget https://story-geth-binaries.s3.us-west-1.amazonaws.com/geth-public/geth-linux-amd64-0.9.3-b224fdf.tar.gz
tar -xzvf geth-linux-amd64-0.9.3-b224fdf.tar.gz
[ ! -d "$HOME/go/bin" ] && mkdir -p $HOME/go/bin
if ! grep -q "$HOME/go/bin" $HOME/.bash_profile; then
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bash_profile
fi
sudo cp geth-linux-amd64-0.9.3-b224fdf/geth $HOME/go/bin/story-geth
source $HOME/.bash_profile
story-geth version
Download Story binary v0.10.1

Init Iliad node

Use Snapshot
SnapshotCreate story-geth service file
Create story service file
Reload and start story-geth

Reload and start story

Check logs



Check sync status

Check block sync left:
Create validator
Export validator Public Key & Private key

Create validator

Validator Staking

Check your Validator on Explorer

# Delete node
Last updated
