Skip to content

Signum Node v3.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 19:44
· 223 commits to main since this release

v3.7.2

  • Fix smart contract transaction generation issue (potential tx ID collision)
  • Fix potential sync issues (detected on testnet)
  • Fix missing attribute (feeNQT) in openapi spec.

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.