FAQ
Frequently asked questions and answers
Last updated
Frequently asked questions and answers
Last updated
This section addresses common questions about setting up and running a Nesa node.
A Nesa node is a server that participates in the Nesa blockchain network, either by validating transactions (Validator) or by handling inference tasks for AI models (Miner).
CPU: Multi-core processor
Memory: 4 GB RAM minimum
Storage: 50 GB free disk space (or more depending on the size of the model(s) you plan to power)
Visit and enter your Node ID.
You can find your Node ID by re-running the and reading it from the script's header.
Linux:
macOS:
Windows (WSL):
During the bootstrap script execution, you will be prompted to select a node type:
Validator: Enter the private key for the validator.
Miner: Choose between Distributed Miner or Non-Distributed Miner, and select or enter a model.
Verify network connectivity
Check curl installation
Run the script with appropriate permissions
Verify Docker containers status:
Ensure all required Docker containers are running.
A swarm is an orchestrator and miner(s) working collaboratively to handle inference tasks. During the bootstrap script execution, you may:
Join an existing swarm: Select from a list of available swarms.
Start a new swarm: Enter the model name to run.
Yes, set your preferred cache directory using the HF_HOME
variable in ~/.nesa/env/orchestrator.env
.
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.