Get Started
Last updated
Last updated
You can use CPU or GPU servers to run the FusionCore 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.
Script installation
To run the FusionCore 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!
Custom Installation
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.
Macos x86 (eg. I7,I5,I3)
Macos Arm (eg. M1,M2,M3)
Download the start.sh script from the link below
Copy