Overview
Node types
- With the default node config settings, the node is running in
non-archival
,non-relay
andnon-participate
mode. - To run a node providing "algod api", you could either an
archival
ornon-archival
node. Which means, the node with the default config settings could provide the "algod api". - To run a relay node, it has to be an
archival
node and has to be publicly accessible. - To run a node providing "indexer api", it has to be
archival
node, the run theindexer
based on it. - To participate the consensus, you could either run it on a
relay
node ornon-relay
node. Non-relay node is recommended.
Node type conversions
-
non-archival
toarchival
: set the node config.json'sarchival
to be true. Click here to see the "Archival" field in config -
archival
torelay
: configuring a node to actively listen for connections from other nodes and having itself advertised using SRV records available through DNS. Click here for details >> - make node participate the consensus: register participate key
Top comments (0)