🗻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 -yGO 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 versionBuild
Result
version: v0.12.1-stable
git commit: 20fed5e
Result
version: 0.10.1-stable
git commit: b60a3ba8d47e60a6c78ca0570f7dac66e8976d93
git commit date: 20241025
Initiation
Download genesis
Result
d332e9082222cc0dd6fe4e9943eafc89b2ce5e118a75ffa01b77e549fdd12587
Download addrbook
Enable prometheus and disable indexing
Create geth service file
Create story service file
Start
Create validator
Check the node status
Check the sync status
Wallet
Delete node
Last updated