Assemble at the Start Line. The Beta is About to Begin

Really sorry about the miscommunication on the CLI side of things, that would be my fault for not writing a clear set of instructions. The following should be the updated set of instructions.

For CLI upgrade:

1. safeup update
2. safenode-manager reset
3. safenode-manager add (with the following args)
  --count <# of nodes>      => If not specified, only a single node is added
  --owner <your discord_id> => Must be specified to earn rewards, else the earned nanos will not tracked.
  --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 launchpad
4. safenode-manager start --interval 2000
5. safenode-manager status --details

Also you can use --help on any command to know more about what they’re doing. For e.g., safenode-manager --help would pull up all the available commands. And safenode-manager add --help would pull up all the avaialable args for the add command.

14 Likes