Latest Release Dec 11, 2025

:loudspeaker: Announcement: Release :loudspeaker:
A new network release is now ready everyone! Please follow the instructions below once the new versions are available to ensure your nodes stay compatible and continue earning rewards. Full changelog are posted with the release. Also please note you must be on 2025.11.1.1 or newer to earn rewards.

:wrench: IMPORTANT – MacOS/Linux Users Must Reset Their Nodes After Upgrading
If you already have nodes deployed with antctl or the old node-launchpad, you will need to reset your nodes after upgrading to the new release. This ensures compatibility with the new automatic upgrade system. Resetting ensures everything runs smoothly with the upgraded version. Resetting will remove existing node data, this is expected and safe. Your data is replicated across the network. Also please note that automatic upgrades only apply to MacOS (experimental support) and Linux. Windows users must go through the usual process to upgrade. You may notice that after resetting your nodes, the Launchpad interface may show old or already deleted nodes in the list. This is just a visual display issue and does not affect your actual nodes or the network. In the meantime, your new nodes and upgrades will continue functioning normally. A patched Launchpad version will be released in coming days to resolve this.

:desktop: For MacOS/Linux Launchpad Users

  • Download the newest Node Launchpad v0.6.0
  • Open Launchpad.
  • Press O to open the Options screen.
  • First, stop your nodes: press Ctrl + S
  • Wait a couple of minutes to let them shut down cleanly
  • Then reset your nodes: press Ctrl + R
  • Press Ctrl + G and use the arrow key to select how many nodes you want to add.
  • Press Ctrl + S to start your nodes again

:desktop: For Windows Launchpad Users

  • Open Node Launchpad v0.6.0 if you are not already on that version
  • Press O to access the Options screen.
  • Then, press Ctrl + U, and hit Enter. This will upgrade your nodes. Upgrading can take several minutes for each node. Please don’t close the app or stop your nodes during this process.
  • Your nodes will now stop
  • Press Ctrl + S to start your nodes again

:computer: For MacOS/Linux CLI (antctl) Users

  • Update to the new antctl version
  • Stop your existing nodes gracefully: antctl stop --interval 180000
  • Reset your nodes: antctl reset
  • Add your nodes: antctl add --count <number-of-nodes> --rewards-address <address> evm-arbitrum-one This command is just an example. Please continue to use the options you normally use with the add command. The important point is that add needs to run before start.
  • Start the node services again: antctl start --interval 30000

:desktop: For Windows CLI (antctl) Users

  • If you’re using the CLI tool, please update and upgrade. Run the update first: antup update
  • Then run the upgrade: antctl upgrade --interval 60000
  • Finally, start them again with antctl start --interval 30000

:package: **Binary Versions **

  • antnode: 0.4.10
  • antctld: 0.14.0
  • antctl: 0.14.0
  • ant: 0.4.13
  • evm-testnet: 0.1.17
  • nat-detection: 0.2.22
  • node-launchpad: 0.6.0
13 Likes

Hey guys! it looks like DOCS are having some issues with updating so you have to go to: Autonomi Nodes

5 Likes

Do we know how this works?

What are the mechanics behind it?
Are upgrades staggered, if so how.

Perhaps I am not sufficiently caught up on reasoning.
Is this to prevent massive churn?

4 Likes

The node reset operation failed, due to disk full I believe.

Now I get This when retrying:

antctl reset

Error:

0: EOF while parsing a string at line 1 column 1200128

Location:

ant-node-manager/src/bin/cli/main.rs:829

Backtrace omitted. Run with RUST_BACKTRACE 1 environment variable to display it.

Run with RUST_BACKTRACE full to include source snippets.

Tried to reinstall with antup antctl but same message

Any idea where the node database is? I suspect that’s what is corrupted.

1 Like

I think this is what you are looking for:

~/.local/share/autonomi/node/node_registry.json
2 Likes