Skip to content

Releases: sierracoin-foundation/sierra

Release v.2.1.2

26 Jul 05:58
Compare
Choose a tag to compare

This optional release fixes initial blockchain sync issues. If you cannot sync your blockchain, the update is recommended.

To update and resync:

  • close the wallet or stop the node
  • remove blocks/, chainstate/ and peers.dat in the data directory
  • update the release code
  • start it and wait for full sync.

Make sure that your last block is the same as shown at https://explorer.sierracoin.net/

Masternode install

Masternode install script has been updated for this release.

For new installations after you rented a VPS with Ubuntu (versions 16.04, 17.10 or 18.04 are supported), you should have an IP address and root password. Connect to the server (use putty, kitty or other ssh client on Windows) as root@IP with the password given. Then copy/paste the following commands:

wget -N https://github.com/sierracoin-foundation/sierra/raw/master/contrib/masternodes/sierra_masternode_install.sh
sudo bash sierra_masternode_install.sh

And follow directions.

Release v.2.1.1

22 Jul 13:33
Compare
Choose a tag to compare

This is highly recommended upgrade. It adds a checkpoint at block 202020 to enforce the longest chain. Also it is prepared for internal protocol upgrade. As soon as most of active nodes will run version 2.1.1, we enforce new protocol, and latest version 2.1.1 will reject connections from older versions.

Release v.2.1.0

18 Jul 11:18
Compare
Choose a tag to compare

This MANDATORY release fixes some blockchain issues happened at block 200000.
Older releases are incompatible with this one. Please update ASAP.
Wallets stopped at block 200000 are compatible, but making backup is always a good idea.

Release v.2.0.2

06 Mar 12:16
Compare
Choose a tag to compare

This is the release v.2.0.2 (mandatory for all)

What's changed

  • added blockchain checkpoints
  • added DNS seeds instead of fixed ones (no more addnode)
  • added some protection from malicious actions
  • updated logo and some images for better resolution
  • fixed automated build process for all platforms
  • updated gitian build descriptors
  • updated protocol version
  • new masternode install script
  • binary releases for 5 platforms (macOS, Linux 32/64, Windows 32/64)
  • macOS DMG image installer (new)
  • Windows installers (new) as well as zip archives with Qt binaries

This update is mandatory. After some time we enable protocol upgrade, and old nodes will be off chain.

Masternode install

Masternode install script has been updated for this release.

For new installations after you rented a VPS with Ubuntu (versions 16.04, 17.10 or 18.04 are supported), you should have an IP address and root password. Connect to the server (use putty, kitty or other ssh client on Windows) as root@IP with the password given. Then copy/paste the following commands:

wget -N https://github.com/sierracoin-foundation/sierra/raw/master/contrib/masternodes/sierra_masternode_install.sh
sudo bash sierra_masternode_install.sh

And follow directions.

New logo windows wallet gui

06 Mar 12:15
Compare
Choose a tag to compare

New logo windows wallet gui (no-mandatory update)

Change collateral to 10 000

06 Mar 12:15
Compare
Choose a tag to compare

Change collateral to 10 000
MacOS version 2.0.0 soon

First release Sierracoin

06 Mar 12:15
f3494e9
Compare
Choose a tag to compare
v.1.0.0

Update README.md