Releases: signum-network/signum-node
Signum Node v3.7.0-beta2
v3.7.0-beta2 (Testnet only)
- Fix duplicate keys for alias assignment with TLDs
- More extensions and fixes for alias and tokens API endpoints
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file. The upgrade takes place on testnet block 521300, if you leave your node past 1440 blocks from that height without upgrading you may have to sync from empty.
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
.
Signum Node v3.7.0-beta1
v3.7.0-beta1 (Testnet only)
- Implements smart aliases SIP-48
- Block processing time is reduced (improves sync speed)
- Many API additions and extensions related to aliases and subscriptions
- Other minor fixes and improvements
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file. The upgrade takes place on testnet block 521300, if you leave your node past 1440 blocks from that height without upgrading you may have to sync from empty.
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
.
Signum Node v3.6.1-beta5
v3.6.1-beta5 (Testnet only)
- Fix issuer/owner issue for smart contract issued tokens
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.6.1-beta4
v3.6.1-beta4 (Testnet only)
- Small fixes for the API documentation
- Mintable tokens with 0 quantity, fix #688
- Asset ownership transfer, fix #697, SIP-43
- Allow smart contracts to check balances (including token balances) of any other account, SIP to be documented
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.6.1-beta3
v3.6.1-beta3 (Testnet only)
- fix API requests for fresh new accounts without any balance
- fix API documentation for setting a reward recipient
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.6.1-beta2
v3.6.1-beta2 (Testnet only)
- allows to solo mine with a reward recipient set to another account
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.6.1-beta1
v3.6.1-beta1 (Testnet only)
- fix sync issues for testnet
- also prevent registering a public key for old accounts by forging blocks
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.6.0
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
.
Signum Node v3.6.0-beta1
v3.6.0-beta1 (Testnet only)
- enforce using the extended address for fresh new accounts and related changes
All testnet nodes should update to this version ASAP. Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file. The upgrade takes place on testnet block 500080, if you leave your node past 1440 blocks from that height without upgrading you will have to sync from empty.
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
.
Signum Node v3.5.3
v3.5.3
- Rollback time reduced, now close to a second
- Minor fix for the classic wallet shortcut on GUI
All nodes should update to at least v3.5.2. Additionally, this version (v3.5.3) has some good improvements on the time the node takes to rollback, so it is very desirable to run this version if you are mining.
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
.