Skip to content

Signum Node v3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 13:16
· 370 commits to main since this release
655890c

v3.6.0

This version is an update in response to attacks on old accounts (usually 2 or 3 years old) without a public key and then protected only by 64-bits. Please check the details in the following medium article.

Node operators in disagreement with the changes should revert back to v3.5.3 and have the following in their config files:

P2P.BootstrapPeers = canada.signum.network:8123
P2P.rebroadcastTo = canada.signum.network:8123
P2P.NumBootstrapConnections = 1

The above configuration will enable nodes to operate normally using v3.5.3, being in sync with the current longer chain, while signaling they oppose the recent changes.

Node operators in agreement with the changes should upgrade to or keep running v3.6.0 or higher while we continue discussing the best solution for the unprotected accounts and stolen funds, currently frozen.

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.