System Requirements

Hardware Requirement
CPU 6 Cores
RAM 16 GB
Storage 400 GB (NVME)
Bandwidth 100 Mb/s

Auto Installation

Quick Install: This will automatically install and configure your Story node
bash <(curl -s https://data.winnode.xyz/file/uploads/auto-story.sh)
Story Node Menu Interface

Cheat Sheet

Key Management

# Export validator EVM key story validator export --export-evm-key # Display private key content cat /root/.story/story/config/private_key.txt # Display validator key content cat /root/.story/story/config/priv_validator_key.json

Story-Geth Service Management

# Reload systemd daemon sudo systemctl daemon-reload # Start story-geth service sudo systemctl start story-geth # Enable story-geth service on boot sudo systemctl enable story-geth # Check story-geth service status sudo systemctl status story-geth

Story Service Management

# Reload systemd daemon sudo systemctl daemon-reload # Start story service sudo systemctl start story # Enable story service on boot sudo systemctl enable story # Check story service status sudo systemctl status story
Note:
  • Always backup your keys before making any changes
  • Keep your private keys secure and never share them
  • Monitor service status regularly to ensure proper operation