Nano Node Docker Versions Save

Setup a fully automated NANO cryptocurrency node as part of an dockerized stack with fast-syncing and easy SSL support.

v4.5

6 months ago
  • Update to the latest Docker Compose version.
  • Use directly the Nano Foundation's ledger files for fast syncing.
  • Bump documentation examples to Nano node v25.1

v4.4

3 years ago
  • Make -t argument required and move to explicit Nano node versions following the Nano Foundation changes.
  • Add notice in documentation to clarify the installer shall not be used unattended for main net nodes.

v4.3-beta

3 years ago
  • Deprecate Nano node watchdog, as it distracts any lengthy node upgrade operations.

v4.3

3 years ago
  • Deprecate Nano node watchdog, as it distracts any lengthy node upgrade operations.

v4.2.1-beta

4 years ago
  • Adapt to changes v19 of Nano node introduced.
  • Deprecate feature support for versions prior to v18.
  • Fix watchdog from failing to fetch the proper node logs.
  • Fix installer final output.
  • Update documentation.

v4.2.1

4 years ago
  • Adapt to changes v19 of Nano node introduced.
  • Deprecate feature support for versions prior to v18.
  • Fix watchdog from failing to fetch the proper node logs.
  • Fix installer final output.
  • Update documentation.

v4.0-beta

5 years ago

This release points to the beta branch. For the v4.0 changelog, check the mainnet release.

v4.0

5 years ago
  • Switch to IPv6 loopback address to keep aligned with official guides.
  • Display installer version during runtime.
  • Add node CLI bash alias. (Implements #7 )
  • Switch mount directory to /root to support Nano node v18 and handle directory structure by migrating existing database.
  • Improve output readability.
  • Fix quiet mode.

v3.8-beta

5 years ago

This release points to the beta branch. For the v3.8 changelog, check the mainnet release.

v3.8

5 years ago
  • You can now select a different Docker image tag for the NANO node, using the new -t argument.
  • Added support for the NANO BETA network (testnet), using a separate branch.
  • Simplified how the Compose files are used by the installer.
  • The installer now keeps a record of the latest used settings.
  • Documentation updates.