Overview
Node types
- With the default node config settings, the node is running in
non-archival,non-relayandnon-participatemode. - To run a node providing "algod api", you could either an
archivalornon-archivalnode. Which means, the node with the default config settings could provide the "algod api". - To run a relay node, it has to be an
archivalnode and has to be publicly accessible. - To run a node providing "indexer api", it has to be
archivalnode, the run theindexerbased on it. - To participate the consensus, you could either run it on a
relaynode ornon-relaynode. Non-relay node is recommended.
Node type conversions
-
non-archivaltoarchival: set the node config.json'sarchivalto be true. Click here to see the "Archival" field in config -
archivaltorelay: 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)