Installation
Follow this guide to get your node up and running
Last updated
Follow this guide to get your node up and running
Last updated
This guide will walk you through the installation process for running a Nesa node.
To download and run the bootstrap script, use the following command:
During the script execution, you will be prompted to configure your node:
Moniker: Choose a unique name for your node.
Node Type: Select whether your node will be a Validator or a Miner.
Validator: Enter the private key for the validator.
Miner:
Miner Type: Choose between Distributed Miner or Non-Distributed Miner.
Model Selection:
For Distributed Miner: Select an existing swarm or start a new one.
If starting a new swarm:
For Non-Distributed Miner: Enter the model name to run.
A swarm in the context of Nesa is an orchestrator with one or more miners working collaboratively to handle inference tasks. Distributed miners can join an existing swarm to contribute to an ongoing effort or start a new swarm to initiate a new collaborative mining process.
Swarm Configuration Process:
Select an Existing Swarm:
You will be presented with a list of available swarms.
Select the swarm you want to join.
The script will configure your node to connect to the selected swarm.
Start a New Swarm:
Enter the model name you want to run.
The script will set up a new swarm for this model.
Your node will act as the initial member of this new swarm, and others can join later.
After completing the configuration:
The script will set up the working directory and clone the necessary repositories.
Docker containers will be started using docker-compose
.
To check the status of your node:
If you need any additional help or support, please visit the for community support and discussion. You can also explore additional documentation to deepen your understanding of Nesa and its features.