v1.1.0 Release
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:
- 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.