Juneo Supernet
  • The juneo network
    • What is Juneo Supernet ?
    • Avalanche Foundations
    • Key Features
    • Join Juneo Mainnet
  • Architecture
    • Nodes
    • Supernets
  • Build
    • Node Requirements
    • Set up and Connect a node manually
    • Set up and Connect a node using the Install Script
    • Set Up and Connect a node with Docker
    • Advanced Node Configuration
    • Create a Layer-1 Network
    • Deploy a VM
  • Maintain
    • Node Monitoring
    • Node Backup and Restore
    • Migrate from Socotra Testnet to Juneo Mainnet
    • Update a Node
    • Node Informations
  • Validate
    • Add a Node to the Validator Set
  • BRIDGE
    • Supernet Bridge
    • Bridged Tokens
    • Get Started
Powered by GitBook
On this page
  • Node types
  • Regular Node
  • API Node
  • Validator Node
  • Archive Node
  • Node Operations Reference
  • Build
  • Maintain
  • Validate
  1. Architecture

Nodes

How Juneo Nodes Support the Network

PreviousJoin Juneo MainnetNextSupernets

Last updated 1 month ago

All nodes are set up and connected to the network using pre-compiled . In later stages of the project, the juneogo protocol will be open source.


Node types

Depending on its configuration, a node can be of the following types:

Regular Node

This node can access blockchain data and propose transactions through RPC calls. However, it is not a validator of the Juneo Primary Network or any Layer-1 Network.

API Node

An API Node is the same as a Regular node, however it supports RPC calls from remote machines.

Validator Node

Validator nodes have all of the capabilities of a Regular Node/ API node, but they also participate in the network's consensus mechanism by validating transactions.

Archive Node

An archive node has database pruning disabled for certain chains it is validating, meaning it will have archive data of all historical states of those chains.

A node can be several types simultaneously - an Archive Node for one chain it is validating, but a Validator node for another chain.

For more details about the Network Architecture, see the or visit .


Node Operations Reference

Build

How to set up and connect to the Socotra Testnet network without the installer script

How to create a Layer-1 Network on the Socotra Testnet

How to deploy a VM on your Layer-1 Network

Maintain

How to backup important files to be able to restore a node.

Validate

How to add a node to the Validator Set

juneogo executable files
Juneo Litepaper
juneo.com
Set up and Connect a node manually
Create a Layer-1 Network
Deploy a VM
Node Backup and Restore
Add a node to the Validator set