FusionCore
  • 📣 Welcome
  • ⛩️ Introduction
  • Get Started
  • ⚖️ Related Work
  • Architecture
  • Pooling
Powered by GitBook
On this page
  • Environmental Preparation
  • Node Operating Environment Preparation
  • Run Janction node

Get Started

Previous⛩️ IntroductionNext⚖️ Related Work

Last updated 4 months ago

Environmental Preparation

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.

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

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.

Run Janction node

Macos x86 (eg. I7,I5,I3)

Macos Arm (eg. M1,M2,M3)

Download the start.sh script from the link below

Copy

https://janction-datas.s3.ap-northeast-1.amazonaws.com/mac-arm/start.sh