Skip to content

Signum Node v3.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 15:21
· 739 commits to main since this release

v3.3.2

From this version on we have a separate package for Windows (which already includes Java).

Please check the v3.3.1 full list of changes here, additions on this minor release:

  • New windows package including Java (so no extra dependencies)
  • H2 library reverted to 1.4.199

To install, download the zip file and extract all the contents to a folder of your choice. Now either run the signum-node.exe file (if on Windows) or java -jar signum-node.jar otherwise.

For command line options run java -jar signum-node.jar -h.

Optionally, inside the conf folder, make a copy of node-default.properties and name it simply node.properties. Modify its contents to suit your needs.

You will need Java 11 (recommended) or superior, the windows package comes with it inside.