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.
One option for installing make is using chocolate , more information can be found here.
Once you have chocolate installed, run this command:
make sure to run gitbash as administrator mode if the following commands do not work
choco install make
Ensure you have all the necessary dependencies and compilers.
gcc --version
will return:
gcc.exe (tdm64-1) 10.3.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
and for make:
make --version
will return:
Install Go
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.
Especially if you are remoting into a Ubuntu terminal, run this command to download the go installer:
After you have downloaded the package and you may proceed to step 2 of the official docs. Choose your system OS and follow the instructions stated.
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:
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.
You should run your commands in gitbash. But open fxcored.exe file using cmd prompt
Make sure the name of your folder does not have whitespaces!
GNU Make 4.3
Built for Windows32
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.