Add your Wallet Address using the Node Manager
Here's how to add your wallet…
antctl add <as before> --rewards-address <wallet address> evm-arbitrum-oneFull list of arguments
antctl add (with the following args)
--count <# of nodes> => If not specified, only a single node is added
--rewards-address <your ethereum wallet address> evm-arbitrum-sepolia => Must be specified to store your earned attos. Note: this is also the address where your rewards will be paid after the TGE in after January 2025.
--data-dir-path <path> => optional, if you have a second hard disk where you want to store the data to.
--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 portforward 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 speicified using --count
--enable-metrics-server => optional, if you want the stats to be displayed inside the launchpadLast updated