Testnet Networks
Story Protocol
Deskripsi gambar

Story Node Installation Guide


🧩 Pre-Installation Checklist

  • ✅ Verify system meets hardware requirements
  • 🖥️ Operating system: Ubuntu 22.04 LTS
  • 🌐 Required ports are available
  • 💾 Sufficient disk space available
  • 🔐 Root or sudo access

⚡ Quick Reference

  • ⏱️ Installation time: ~30 minutes
  • 🌍 Network: Story Mainnet or Story Aeneid Testnet
  • 📦 Required versions:
    ➤ Check Latest Release

1. System Preparation

1.1 System Requirements

For optimal performance and reliability, we recommend running your node on either:

  • A Virtual Private Server (VPS), or
  • A dedicated Linux-based machine

💻 System Specs

HardwareMinimal Requirement
CPUDedicated 8 Cores
RAM32 GB
Disk500 GB NVMe Drive
Bandwidth25 MBit/s

1.2 Required Ports

Ensure all necessary ports are open and accessible as described below:

🔌 story-geth

PortDescription
8545Required if you want your node to interface via JSON-RPC API over HTTP
8546Required for WebSocket interaction
30303(TCP + UDP) MUST be open for peer-to-peer communication

🔌 story

PortDescription
26656MUST be open for consensus p2p communication
26657Required if you want your node interfacing for Tendermint RPC
26660Needed if you want to expose Prometheus metrics

Continue with installation steps…