Skip to main content

Running a Full Node (Validator)

To install and manage your own node, use the mytosctrl open source tool. The majority of TOS Nodes are reliable and tested by mytosctrl.

Hardware requirements

  • at least 8 cores CPU
  • at least 64 GB RAM
  • at least 512 GB NVMe SSD
  • 1 Gbit/s network connectivity
  • public IP address (fixed IP address)
info

You need a machine with a fixed IP address and a high-bandwidth network connection to run a TOS Blockchain Full Node. Typically you'll need a sufficiently powerful server in a data center with good network connectivity, using at least a 1 Gbit/s connection to reliably accommodate peak loads (the average load is expected to be approximately 100 Mbit/s).

Installation

Installation steps

  1. Download and run the installation script. Choose your Linux distributive:
wget https://raw.githubusercontent.com/tos-network/mytosctrl/master/scripts/install.sh
sudo bash install.sh -m full
  1. Check the mytosctrl installation procedure at:

Become a Validator

To become a validator:

  1. Send Toscoin to your wallet.
  2. mytosctrl automatically joins validation from the next election round.
  3. Check the manual: How to become a validator with mytosctrl (v0.2, OS Ubuntu)
info

To use your Full Node just as an endpoint, skip everything about the validator function. There is no need to send coins to your wallet.