⚙️Installation Aeneid

🛠️ arrow-up-right Hardware Requirements

Node Type
CPU
RAM
Storage

Full (Recommended)

6 CPU

16GB

400 GB

Additional requirements

Chain ID
Value
Version tag
Binary Name
Binary Home

aeneid

Story-Geth

v1.2.0

story-geth

$HOME/.story

aeneid

Story binary

v1.4.2

story

$HOME/.story

⏱️ Installation time: ~10-30 minutes

circle-info

The installation time depends on many factors, such as your skills, resources and characteristics of your server, the most important: disk speed, internet connection, server load CPU, RAM, so this value may differ from the one indicated by us.

📝 Manual installation

📌Step 1: Installation packeges and dependencies

# Install dependencies for building from source
sudo apt update
sudo apt install -y lz4 jq make git gcc build-essential curl chrony unzip gzip snapd tmux bc

# Install Go
sudo rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.21.6.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile
source .bash_profile

📌Step 2: Set moniker and install node

Change MONIKER in variable.

📌Step 3: Node Health Check

Follow the commands to check if your node is working properly

  1. Check version

  1. View sync status

Blocks left - 0-1 everything is fine and your node catches up with the last block of the network.

  1. Check logs story service

If your node is installed and fully synchronized with the network, proceed with the creation of the validator.

  1. Check logs story-geth

For any questions you may have during installation, please contact our chat team or other project validators.

📝 Create Validator

📌Step 1: View validator key

Export EVM private key

View this private key and make backup

circle-exclamation

📌Step 2: Request test tokens to your wallet address

  1. Import your wallet to Metamask using your private key

  2. Copy your "EVM" address from the imported wallet

  3. Request tokens in the faucet1 arrow-up-rightor faucet2arrow-up-right - to this address for further creation of a validator.

circle-info

To create a validator, you need to have 1024 tokens. Most faucets provide 10 tokens per day.

📌Step 3: Create validator

Create a validator locked

Create a validator unlocked

circle-exclamation

📌Step 4: Backup

If you have successfully created a validator, be sure to save your validator.

Show priv_validator_key.json

circle-exclamation

All the useful commands to manage your node in the section - Useful commands

Last updated