Page cover

💠Story Protocol

The World’s ꧁IP꧂ Blockchain

Public Endpoints

RPC https://story-testnet-rpc.validator247.com

API https://story-testnet-api.validator247.com

Explorer

https://testnet.story.explorers.guru/validator/storyvaloper1hce0zrf60rq7nttz72mxzyt8hk0uzzz37zlpraEVM Address: 0x1B6518B6794eD12CAAa75924164494EB02896DbA

--validator-pubkey: A0vX1mg9wseYtm39MUl1eBOaq/ROfWmIWZItiT11UuOn

Update system

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

Install Go

rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.22.1.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

Story-Geth binary

Story binary

Init Iliad node

story-geth service

Start story-geth & Check logs

story service

Start story & Check logs

Check sync

Download Genesis & Addrbook

Peer Live

Peer Retrieval

Validator Operations

Validator Key Export

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:

Validator Creation

To create a new validator, run the following command:

( your_private_key : /root/.story/story/config/private_key.txt )

Staking

Note: change number 2 in paragraph 2000000000000000000 equal to the number of tokens you have (>=1 minus gas)

Peer:

Upgrade

Upgrade v0.10.0 at height: 626575

Last updated