v1.1.3 release
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:
- Back up your wallet private key and mnemonic.
- Shut down the old version sit service: sit stop all -d
- Check if there are other sit processes, if so, kill them. ps aux | grep sit
- Delete the previous sit data directory: rm -rf ~/.sit
- Delete the previous code directory
- 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.