Installation
Follow this guide to get your node up and running
Introduction
This guide will walk you through the installation process for running a Nesa node.
Download and Execute the Bootstrap Script
To download and run the bootstrap script, use the following command:
Hint: Ensure Docker is running before executing the script.
View Your Node's Performance
Visit https://node.nesa.ai and enter your Node ID.
You can find your Node ID by re-running the bootstrap script (above) and reading the Node ID from the script's header.
Node Configuration
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.
Understanding Swarms
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.
Final Setup
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:
Note: Ensure all required Docker containers are running.
Additional Help/Support
If you need any additional help or support, please visit the Nesa Discord for community support and discussion. You can also explore additional documentation to deepen your understanding of Nesa and its features.
Last updated