This guide covers the steps to install and run a Massa node, including key commands for managing and troubleshooting the node.
Before running the Massa node, ensure that your system meets the following requirements:
curl
and jq
are installed (for interacting with the Massa scripts)To start running a node, you first need to download the latest release of the Massa node software. Open a terminal and run the following commands:
wget <https://github.com/massalabs/massa/releases/latest/download/massa_X.X.tar.gz>
Make sure to replace X.X
with the current version number of the Massa release.
After downloading, you need to extract the downloaded tarball:
tar -xvf massa_X.X.tar.gz
cd massa
This will create a folder called massa
which contains the node and client executables.
You can modify the node's configuration in the config/config.toml
file. The default settings are fine for most cases, but you can customize them if needed.