Janction Node Operation Graphic Tutorial
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.

Environmental Preparation
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.
For GPU server instances
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.
Node Operating Environment Preparation
Installation Environment
https://www.janction.ai/genesis/deployNode
Macos x86 (eg. I7,I5,I3)
Please install Lima in the terminal to run the Janction node.
brew install lima
limactl start
lima sudo -i
curl 'https://www.janction.ai/v0/node/install.sh' | NODE_ID=5976209f-2a86-4491-8b77-8900a6d10acc bash -s install
Windows
Please install WSL on Windows first.
If you prefer not to follow the Microsoft WSL guide, you can follow our step-by-step instructions below:
Check if WSL is installed
On Windows 10/11, WSL usually comes preinstalled. For earlier Windows versions that don't support WSL, please upgrade your system.
To check whether WSL is already installed (if version info is displayed, it's installed):
wsl.exe --version
Install Ubuntu
wsl.exe --install --distribution Ubuntu --web-download
Verify Installation
If you see the following output, it means the node was installed successfully:
wsl.exe --list
Start Ubuntu and set root password
Launch Ubuntu. The first time you start it, you will be prompted to set a root password. Please remember it.
wsl.exe -d Ubuntu
Depoy the Janction node
curl 'https://www.janction.ai/v0/node/install.sh' | NODE_ID=5976209f-2a86-4491-8b77-8900a6d10acc bash -s install
If you have any questions, please contact us.
Last updated