Docker - Upgrading Your Node
Last updated
Last updated
For more information on past upgrades and instructions, refer to .
You may refer to this which will countdown the time till the upgrade height.
Ensure you have stopped the docker container to stop node❗
*fxcore is a container name, change the container name according to your setup
2. Pull latest docker images
3. Update config files
4. Restart docker container to start the node:
To check if fxcore is synced:
Return:
Make sure that every node has a unique
priv_validator.json
. Do not copy thepriv_validator.json
from an old node to multiple new nodes. Running two nodes with the samepriv_validator.json
will cause you to double sign.
To ensure that the blocks are synced up with your node, under "sync_info", "catching_up value" should be false "catching_up value": false
. This may take a few hours and your node has to be fully synced up before proceeding to the next step. You may cross reference the latest block you are synced to "sync_info": "latest_block_height" and the latest block height of our Testnet blockchain on our or our .