Realio Network
  • Introduction
  • Running a Full Node
    • Requirements
    • Setup
    • Update
    • Cosmovisor
    • Reset the data
    • State sync
  • Validators
    • Setup
    • Halting
    • Migrating
    • Common Problems
    • Validator FAQs
    • Security
  • Delegators
    • Delegator FAQs
  • Testnet
    • Endpoints
    • Public Testnet Setup
      • Genesis file
      • Seed nodes
  • Mainnet
    • Genesis file
    • Setup
    • Seed nodes
  • Developers
    • Single Node
    • Multi Node
    • Testnet command
Powered by GitBook
On this page

Running a Full Node

PreviousIntroductionNextRequirements

Last updated 1 year ago

Full Node Overview

A full node is a program that fully validates transactions and blocks of a blockchain. It is distinct from a light node that only processes block headers and a small subset of transactions. Running a full-node requires more resources than a light-node but is necessary in order to be a validator. In practice, running a full node only implies running a non-compromised and up-to-date version of the software with low network latency and without downtime.

Of course, it is possible and encouraged for users to run full-nodes even if they do not plan to be validators

Cover

Full Node Requirements

Specifications and hardware needed to run a full node.

Cover

Full Node Setup

Step-by-step instructions to set up your full node.

Cover

Update

Download and install updates to maintain compatibility and performance.

Cover

Cosmovisor

Setup and configure Cosmovisor to Automate the management of your node upgrades.

Cover

Reset The Data

Instructions to safely clear and restart your node data

Cover

State Sync

Configure and run state sync for faster node setup.