Skip to content

v2.19.0

Pre-release
Pre-release

Choose a tag to compare

@netmet1 netmet1 released this 22 Apr 11:50
· 57 commits to nodectl_v2190 since this release

Release Notes


Feature Enhancements

  • Refactor of:
    • status
    • restart
    • start
    • stop
    • join
    • nodeid
  • added enable or disable all to auto_restart within the configurator.

Bug Fixes

  • ApiNotReady
    • Fixes retry attempt issue with API which caused the utility to stall when the APIs were not responding.

Direct Download Links

Ubuntu 22.04 and Debian 12

sudo nodectl auto_restart disable; sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.19.0/nodectl_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v

Ubuntu 24.04

sudo nodectl auto_restart disable; sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.19.0/nodectl_x86_64_2404 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v