https://gitlab.com/tezos/tezos
Raw File
Tip revision: f00e814ebab9f0584891c25cea8efb39e7c9c878 authored by Ajinkya Rajandekar on 08 March 2024, 11:12:43 UTC
Update rpc docs: Use new aliases and accessors.
Tip revision: f00e814
setup-node.rst
Setting up the node
===================

A node in the Tezos network provides different configuration possibilities:

- tune various parameters of the node using flexible combinations of: a configuration file, command-line options, and environment variables
- specify the Tezos network to connect to, which can be the Mainnet or different test networks.
- configure the amount of history kept by the node according to different tradeoffs, using history modes
- rapidly catch up with a given (main or test) network by loading network snapshots
- set up one or several proxy servers to decrease the load of the node by serving some RPC requests themselves
- set up infrastructure for continuosly monitoring the node to help spotting operational or efficiency issues

These possibilities are described in the following pages.

.. toctree::
   :maxdepth: 2

   node-configuration

.. toctree::
   :maxdepth: 2

   multinetwork

.. toctree::
   :maxdepth: 2

   history_modes

.. toctree::
   :maxdepth: 2

   snapshots

.. toctree::
   :maxdepth: 2

   proxy-server

.. toctree::
   :maxdepth: 2

   node-monitoring
back to top