Installation Pundi AIFX

This guide will explain how to install the fxcored CLI onto your system. With this installed on a server, you can participate on the mainnet as either a Full Node or a Validator.

Additionally, you may refer to this YouTube tutorial video to set up your validator.

Hardware Requirements

We recommend the following for running Pundi AIFX:

  • 4 or more CPU cores

  • At least 500G of disk storage

  • At least 8G of memory

  • At least 10mbps network bandwidth

To see a quick cloud setup on how to setup and deploy it on the cloud.

Install build requirements

Install make and gcc.

On Ubuntu this can be done with the following commands:

UbuntuMacWindowsCopy

sudo apt-get update

Copy

sudo apt-get install -y make gcc

Ps: sudo apt-get install -y make gcc may have encountered a problem with locked files, just try sudo apt-get install -y make gcc again.

Install Go

All other environmentsIf you are remoting into a terminal

Install go by following the official docs. Please select your respective environment❗

For Ubuntu environment, there may be permissions denied issues with unzipping the go zip file, try using sudo su to resolve it.

Go 1.19+ or later is required for the Pundi AIFX. If you are remoting into a terminal, you may input the following command:

Setting environment variables:

Copy

Install the binaries

Next, let's install the latest version of Pundi AIFX. Make sure you have git installed if not you will be prompted to install git. Follow the instruction in the terminal.

MainnetTestnetWindowsCopy

Copy

You may find the latest branches here: https://github.com/PundiAI/fx-core/branchesarrow-up-right

All Other EnvironmentsWindowsCopy

Copy

That will install the fxcored binary. Verify version:

Short versionLong versionCopy

fxcored version --long should output something similar to:

Copy

Last updated