For more information on past upgrades and instructions, refer to .
You may refer to this which will countdown the time till the upgrade height.
cosmovisor is a small process manager for Cosmos SDK application binaries that monitors the governance module for incoming chain upgrade proposals. If it sees a proposal that gets approved, cosmovisor can automatically download the new binary, stop the current binary, switch from the old binary to the new one, and finally restart the node with the new binary.
Go 1.23+ or later is required for the Pundi AIFX. Install go by following the .
1. Install Cosmovisor
go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.6.0
Set up the Cosmovisor environment variables. Creates the folder structure required for using cosmovisor.
if you have used cosmovisor before, you can skip this step. Or you can use rm -rf $HOME/.fxcore/cosmovisor to reset
git clone https://github.com/PundiAI/fx-core.git
cd fx-core
git checkout release/v8.5.x
make build
In addition, we have added the feature of the doctor command in the v4 version, which is used to check whether the environment you are currently running is correct. if you see the warning, please contact our technical support.
./build/bin/fxcored doctor
OR
fxcored doctor
If the node has not been started, the output of the doctor command will shown "Blockchain Data" section is unavailable.
3. Start your node
To keep the process always running. If you're on linux, you can do this by creating a service.