Janction Node Operation Graphic Tutorial
Last updated
Last updated
Janction is building a service network for the data and computing power sides of artificial intelligence, featuring a fair and efficient revenue distribution algorithm, a data verification layer specifically designed for AI, and an efficient distributed resource allocation system.
You can use CPU or GPU servers to run the Janction Node. Using GPU server instances will earn higher points.GPU servers need to install Nvidia drivers, which makes the operation more complicated.The best practice for running a Janction node is to use the Linux operating system.
Create a CPU/GPU server instance and install the Nvidia driver. (If you are using a CPU, skip this step)
The above screenshot shows that the server has successfully installed the Nvidia driver.
You can use the nvidia-smi
command to check whether the driver is installed successfully:
The above screenshot shows the current GPU usage. If you see this interface, the drive is normal.
To run the Janction node, you need a docker environment.
First, you can use install.sh to install the required software (mainly docker):
The above screenshot shows the current system information, Docker version information, and Nvidia graphics driver version information.
Now you can run the node!
If you don't have docker installed, the script will automatically install docker for you. Or you can usecurl https://get.docker.com/ | sh
command to quickly install docker:
The above screenshot shows the docker installation process.
Now you can type docker --version
to view the docker version.The above screenshot shows that docker was successfully installed.
The above screenshot shows that docker was successfully installed.
Download the start.sh script from the link below
Download the start.sh script from the link below
Enter the private key first according to the prompts, remember to add the 0x frontend.
If you do not have the Nvidia driver installed, you can only select the CPU task.
The above screenshot shows that the yolo_cpu task is selected to run. Please wait for a while.
After waiting for a while, you can see that the node has successfully started!
Open the Dashboard and you can see that the node has been successfully joined in Activity!
If you have any questions, please contact us.