Run a Node
This repo contains scripts for easy management of the node, some helpful readme notes, and the P2P list for both mainnet and testnet.
Telos node template files
To simplify the process of running a Telos node, the following example will use node template files. These examples assume you're running Ubuntu 22.04.
For a local dev node, check out the Dev setup.
Setup directories
Create a directory to store nodes and binaries in, setup a log directory and set their permissions. Let's assume your user is named telos
and you want to store everything in a directory named /telos
.
Note, if you wish to have the node keep it's logs in it's own node directory, you can skip the creation and chown of the /var/log/nodeos directory.
sudo mkdir /telos
sudo mkdir /var/log/nodeos
sudo chown telos: /telos
sudo chown telos: /var/log/nodeos
Install packages
sudo apt install schedtool