Run a Public Fullnode

Run a Public Fullnode

You can run your own public fullnode (PFN) to synchronize the state of the Endless blockchain and stay up-to-date. PFNs replicate the entire state of the blockchain by syncing from other Endless VFNs and PFNs. PFNs can be run by anyone. This section explains how to deploy a PFN and connect to an Endless network. You can learn more about the different types of nodes in the Blockchain Deep Dive section.

Default connection to mainnet If you follow the default setup in this document, then your PFN will be connected to the Endless mainnet. To connect to a different Endless network, such as devnet or testnet, make sure you have the correct docker image tag, or source code branch if you build the binary directly.

You can find the genesis and waypoint files for all the networks, here ➜ https://github.com/endless-labs/endless-networks.

Last updated