Autonomi
LearnBuildWho we ArePublicationsGet ANTStart a Node
  • Learn
  • Node
  • ANT Token
  • Developers
  • Start a Node
  • Quickstart Guide
    • For Windows Users
    • For Mac Users
    • For Linux Users
  • System Requirements
  • Downloads
  • Guides
    • How To Guides
      • How to Join the Live Network
      • Upgrade Your Nodes
      • Reset Your Nodes
      • Add your Wallet Address using the Node Manager
      • View your ANT with the Block Explorer
      • Access the Logs
      • Run as Admin by Default on Windows
      • View Hidden Files
    • Troubleshooting
      • My Nodes Aren't Earning anything
      • Node Launchpad Blocked as a Virus
      • Maximum amount of retries (5) - Windows
      • Maximum amount of retries (5) - Linux
      • Launchpad crashes right away
      • I'm getting a vcruntime140.dll error
      • The number of services to add does not match the number of ports
      • Node-launchpad Not Opened on MacOS
      • Launchpad Showing 0 Upload Rate
  • Support
    • Get Help
    • FAQs
    • Acronyms
Powered by GitBook
On this page
  1. Guides
  2. How To Guides

Reset Your Nodes

PreviousUpgrade Your NodesNextAdd your Wallet Address using the Node Manager

Last updated 3 months ago

Get Involved

  • Start a Node
  • Discord
  • Forum

Follow Us

  • X
  • Reddit
  • LinkedIn

Occasionally, you might need to reset the Nodes on your device. This might be if they have stopped functioning properly or if it's needed to update their code.

Resetting using the CLI

Here's the series of commands for advanced users already using the Node Manager CLI tool: antctl. After resetting, and while adding nodes again, note the additional arguments that should be used each time depending, on your circumstances. In particular the --rewards-address argument which allows you to attach your address to each node. This is now using the Arbitum One network:

1. antup update (to make sure you are on the latest version of the Node Manager)
2. antctl reset
3. antctl add (with the following args)
  --count <# of nodes>                                              => If not specified, only a single node is added
   --log-dir-path <path>                                             => optional, path to store the log files.
  --home-network                                                    => optional, if you're behind a NAT/home router/ without port-forwarding
  --upnp                                                            => optional, if you have enabled upnp in your router, mutually exclusive with home-network
  --node-port <single/range of ports>                               => If --home-network or --upnp is not provided, then you have to port-forward a set of ports and provide them here. We accept a single port i.e., 12000 or a range i.e., 12000-12010. The number of ports here should match the number of nodes specified using --count
  --enable-metrics-server                                           => optional, if you want the stats to be displayed inside the launchpad
  --rewards-address <your ethereum wallet address> evm-arbitrum-one => Must be specified at the end, to store your earned ANT.
4. antctl start --interval 2000
5. antctl status --details

Resetting with the Node Launchpad

1

Download the latest version of the

2

Open the launchpad and Press O to access the Options screen.

3

Press Ctrl + R

4

Type the word reset and Press Enter.

Your nodes will reset and refresh in the background. Sometimes this can take a few moments.

5

Press Q to Launchpad, and then re-open it

6

Press Ctrl + G to add your Nodes again, and Press Enter to start them

wallet
Node Launchpad