Installation
System Specs
CPU
4 Cores
RAM
8 GB
Disk
200 GB
Bandwidth
10 MBit/s
https://docs.story.foundation/docs/node-setup
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
This latest version for you cannot sync form 0, must use Snapshot above block height 626,575

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
Wait a minute for connect peers



Check sync status

Waiting for your nodecatching_up is falseyou can create validator.
Check block sync left:
Create validator
Export validator Public Key & Private key
By default, when you run story init a validator key is created for you. To view your validator key, run the following command:
In addition, if you want to export the derived EVM private key of your validator into the default data config directory, please run the following:

*Important: Please keep your private key in a safe place
Your EVM Private Key saved to: /root/.story/story/config/private_key.txt
Note that to participate in consensus, at least 1 IP must be staked (equivalent to 1000000000000000000 wei)!
Faucet link: https://faucet.story.foundation/
Create validator

Backup the validator key:
File location:
/root/.story/story/config/priv_validator_key.jsonCopy this file to your local machine.
Store it carefully; this is the most crucial key for your validator.
Validator Staking
Replace VALIDATOR_PUB_KEY_IN_BASE64
Amount: 1000000000000000000=1 IP Token

Check your Validator on Explorer
Get your validator info:
Result:
Paste HEX Validator Address:
D6F92FD7D0460AA9E4CF4D299FE479E93395DCF3to search

# Delete node
Backup your data, private key, validator key before remove node.
Last updated
