Skip to content

Releases: silicoin-network/silicoin-blockchain

v1.2.2 Release

21 Feb 04:03
Compare
Choose a tag to compare

We are please to release v1.2.2(Venus). Please find the changes below:

  1. Fix a bug which may cause full node synchronization halt.
  2. Add "amount" parameter to "sit wallet send_from" command.
  3. Add "Staking Factor" to "Estimate Win Time" for more accurate calculation.

v1.2.0 Release

22 Dec 06:21
Compare
Choose a tag to compare

We are please to release v1.2.0(Venus). We merge Chia v1.2.11 version into Silicoin in this version. Please find the changes below:

  1. Performance improvements for nodes to support higher transaction volumes, especially for low powered devices like RaspBerry Pi
  2. Added support for keyring migration from keychain, and the addition of passphrase support
  3. Improved the wallet GUI's startup loading time by loading the default private key's fingerprint.
  4. Added Windows PowerShell scripts to support installation from source.

For Linux user, please follow the instruction to install: https://github.com/silicoin-network/silicoin-blockchain/wiki/Install-From-Source

v1.1.5 Release

12 Dec 09:17
Compare
Choose a tag to compare

We are please to release v1.1.5(Venus). We fixed a wallet sync bug in this version. If you encounter wallet freeze at height 165866, please update this version and wait patiently, it may cost some time to make wallet height go forward.

For Linux user, we will not provide complied program anymore.Please follow the instruction to install the 1.1.5.

  1. Backup your ~/.sit folder.
  2. Backup your mnemonic seed.
  3. Stop all Silicoin service.
  4. Remove your old sit program folder.
  5. Follow the instruction https://github.com/silicoin-network/silicoin-blockchain/wiki/Install-From-Source to install.

v1.1.3 release

17 Nov 05:09
Compare
Choose a tag to compare

We are please to release v1.1.3(Venus). We improve full node sync connectivity in this version. It is recommend to start wallet and full node service in the same machine.

If you are upgrade from v1.0.x, please delete ~/.sit before you install this new version.

If you are upgrade from v1.1.x, just upgrade the program and restart.

For Linux user, if you are upgrade from version v1.0.x , please follow the steps below to run new version:

  1. Back up your wallet private key and mnemonic.
  2. Shut down the old version sit service: sit stop all -d
  3. Check if there are other sit processes, if so, kill them. ps aux | grep sit
  4. Delete the previous sit data directory: rm -rf ~/.sit
  5. Delete the previous code directory
  6. Download and unzip the sit-linux-x86.zip or sit-linux-arm.zip
  7. This update no longer provides source code installation. Enter the directory and run "./sit init" and other sit command.

The Linux version has been tested on Ubuntu 18.04.1 LTS, Ubuntu 20.04 LTS, CentOS 8.0, Debian 10.2. Please make a issue if you can not run the program on your machine and we will consider to compile it for your platform.

v1.1.2 Release

15 Nov 05:33
2542b5f
Compare
Choose a tag to compare

We are please to release v1.1.2(Venus). We fix a full node sync problem in this version. It is recommend to start wallet and full node service in the same machine.

If you are upgrade from v1.0.x, please delete ~/.sit before you install this new version.

If you are upgrade from v1.1.x, just upgrade the program and restart.

Please do not download the source code and install since it is the source code of old version.

For Linux user, if you are upgrade from version v1.0.x , please follow the steps below to run new version:

  1. Back up your wallet private key and mnemonic.
  2. Shut down the old version sit service: sit stop all -d
  3. Check if there are other sit processes, if so, kill them. ps aux | grep sit
  4. Delete the previous sit data directory: rm -rf ~/.sit
  5. Delete the previous code directory
  6. Download and unzip the sit-linux-x86.zip or sit-linux-arm.zip
  7. This update no longer provides source code installation. Enter the directory and run "./sit init" and other sit command.

The Linux version has been tested on Ubuntu 18.04.1 LTS, Ubuntu 20.04 LTS, CentOS 8.0, Debian 10.2. Please make a issue if you can not run the program on your machine and we will consider to compile it for your platform.

v1.1.1 Release

10 Nov 11:32
Compare
Choose a tag to compare

We are please to release v1.1.1(Venus). We fix a wallet sync problem in this version. It is recommend to start wallet and full node service in the same machine.

If you are upgrade from v1.0.x, please delete ~/.sit before you install this new version.

If you are upgrade from v1.1.0, just upgrade the program and restart.

Please do not download the source code and install since it is the source code of old version.

For Linux user, if you are upgrade from version v1.0.x , please follow the steps below to run new version:

  1. Back up your wallet private key and mnemonic.
  2. Shut down the old version sit service: sit stop all -d
  3. Check if there are other sit processes, if so, kill them. ps aux | grep sit
  4. Delete the previous sit data directory: rm -rf ~/.sit
  5. Delete the previous code directory
  6. Download and unzip the sit-linux-x86.zip or sit-linux-arm.zip

This update no longer provides source code installation. Enter the directory and run ./sit init and other sit command.

The Linux version has been tested on Ubuntu 18.04.1 LTS, Ubuntu 20.04 LTS, CentOS 8.0, Debian 10.2. Please make a issue if you can not run the program on your machine and we will consider to compile it for your platform.

v1.1.0 Release

09 Nov 04:35
Compare
Choose a tag to compare

We are please to release v1.1.0(Venus). Please delete ~/.sit before you install this new version. It is recommend to start wallet and full node service in the same machine.

Please do not download the source code and install since it is the source code of old version.

For Linux user, please follow the steps below to run new version:

  1. Back up your wallet private key and mnemonic.
  2. Shut down the old version sit service: sit stop all -d
  3. Check if there are other sit processes, if so, kill them. ps aux | grep sit
  4. Delete the previous sit data directory: rm -rf ~/.sit
  5. Delete the previous code directory
  6. Download and unzip the sit-linux-x86.zip or sit-linux-arm.zip
  7. This update no longer provides source code installation. Enter the directory and run ./sit init and other sit command.

The Linux version has been tested on Ubuntu 18.04.1 LTS, Ubuntu 20.04 LTS, CentOS 8.0, Debian 10.2. Please make a issue if you can not run the program on your machine and we will consider to compile it for your platform.

v0.2.1 release

03 Sep 10:26
Compare
Choose a tag to compare

We are pleased to release the Silicoin v0.2.1. We have the following changes in this version:

  1. Silicoin will not access the Chia keychain anymore. So please save all your mnemonic seeds before you upgrade from the previous version.
  2. Provide nft recovery function.
  3. New logo is provided.

(For Windows user, please ignore "Installation has failed" error message for your first launch. Open the app again and enjoy the silicoin network.)

0.0.9 release

13 Jul 10:45
Compare
Choose a tag to compare

We changed the GUI and launch a new testnet in this version. If you upgrade from 0.0.5, please delete ~/.silicoin folder before you launch 0.0.9

(For Windows user, please ignore "Installation has failed" error message for your first launch. Open the app again and enjoy the silicoin network.)

v0.0.5 release

06 Jul 11:26
Compare
Choose a tag to compare

We changed the default ports in this version to avoid conflicting with other Chia fork project. If you upgrade from 0.0.4, please delete ~/.silicoin folder before you launch 0.0.5.

(For Windows user, please ignore "Installation has failed" error message for your first launch. Open the app again and enjoy the silicoin network.)