description |
---|
Subspace: Node Setup Guide |
Welcome to our guide on setting up your node and participating in the Gemini3, Subspace Incentivized Testnet. Follow these step-by-step instructions to get started.
We recommend the following minimum hardware requirements for running the Subspace Node:
- Machine: 8 GB+ RAM, CPU 4 Core+, 100GB SSD
- OS: Ubuntu Linux 20.04 (LTS)
- Run the following command:
wget -O subspace.sh https://raw.github.com/denodesxyz/denodes-hub/hub/scripts/subspace.sh && chmod +x subspace.sh && ./subspace.sh
If the message "Illegal Instruction" appears during installation. It means that the processor is not compatible with this version. You can try adding the "v2" parameter and installing the version for older processors:
wget -O subspace.sh https://raw.github.com/denodesxyz/denodes-hub/hub/scripts/subspace.sh && chmod +x subspace.sh && ./subspace.sh v2
During the installation process, several parameters will be requested, the most important of which are the wallet address, the node name and the volume of the disk allocated for the plot.
- For the first question, enter
Y
:
- Your subspace wallet address:
- Enter a unique node name:
- Specify the paths for storing the plot and the node data (you can leave the default values):
- Specify the size of the plot:
- Leave the default value when selecting the chain:
- Installation successfully completed:
To view logs, use the following command:
journalctl -f -u subspace-node -o cat
In addition to logs, you can find your node in telemetry. Keep in mind that with a large number of farmers, there is a chance that even a successfully working node will not be seen in telemetry immediately.
{% hint style="info" %} To search, simply start typing the Node Name. Click on the row with the node to pin it to the top of the list. {% endhint %}
The list of useful commands includes ways to manage and monitor your subspace node:
- View the logs
journalctl -f -u subspace-node -o cat
- Restart your node
journalctl -f -u subspace-node -o cat
systemctl restart subspace-node
- Stop your node
systemctl stop subspace-node
- Delete your node
sudo systemctl stop subspace-node
sudo systemctl disable subspace-node
sudo rm /etc/systemd/system/subspace-node.service
sudo rm /usr/local/bin/subspace
rm -rf $HOME/.local/share/subspace*
rm -rf $HOME/.config/subspace*
Powered by deNodes