🗻Installation

Story Testnet guide

Hardware Requirements

Node Type
CPU
RAM
Storage

Testnet

4 Cores

16+

240+ GB SSD

Server preparation

sudo apt update && sudo apt upgrade -y
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential bsdmainutils git make ncdu gcc git jq chrony liblz4-tool -y

GO 1.22.2

ver="1.22.2"
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go version

Build

Result

  • version: v0.12.1-stable

  • git commit: 20fed5e

Result

  • version: 0.10.1-stable

  • git commit: b60a3ba8d47e60a6c78ca0570f7dac66e8976d93

  • git commit date: 20241025


Initiation

Change <moniker> to your value, moniker is the name of your validator.


Download genesis

Result

  • d332e9082222cc0dd6fe4e9943eafc89b2ce5e118a75ffa01b77e549fdd12587


Download addrbook


Enable prometheus and disable indexing

Create geth service file

Create story service file

Start

Create validator

To create a validator you need to have 1024 tokens.

How to get 1024 tokens?

You need run node, let it synced the network. Then wait the form on 25th and fill it. If you get selected, you will get enough for creating/registering your validator to network Odyssey.

Check the node status

Check the sync status

Wallet

Delete node

Last updated