Releases: stratisproject/stratisX
Wallet version 2.0.0.5
This is a mandatory update and is required for the impending go-live of the Stratis C# Full Node.
Windows Installation Steps
- Locate your exisiting Stratis QT/StratisX executable. This should be named "stratis-qt.exe"
- Close any running instance of Stratis QT/StratisX
- Ensure you have a backup of your wallet.dat file. This resides in C:\Users<USERNAME>\AppData\Roaming\Stratis or alternatively %APPDATA%\Stratis
- There is no need to delete any items within this directory.
- Replace the "stratis-qt.exe" with the "stratis-qt.exe" from this release.
- Double-Click the newly copied "stratis-qt.exe"
OSX Installation Steps
- Close any running instance of Stratis QT/StratisX
- Ensure you have a backup of your wallet.dat file. This can be located by navigating to ~/Library/Application Support/Stratis
- There is no need to delete any items in this directory.
- Start a new instance of the Stratis QT/StratisX by launching the newly downloaded disk image.
Linux Installation Steps
-
Stop any running instances of Stratis QT/StratisX
-
Perform the below commands to build from source:
sudo apt-get install build-essential libtool autotools-dev libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev sudo apt-get install software-properties-common sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev sudo apt-get install libminiupnpc-dev sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev git clone http://www.github.com/stratisproject/stratisx cd ./stratisx/ qmake stratis-qt.pro make -f Makefile
Wallet version 2.0.0.3
This release addresses a few syncing issues our users have been experiencing.
Due to a large influx of new wallets our seednodes were insufficient and we had to set up new ones to solve the problem.
There are two main issues people have been experiencing and here's how to solve both of them:
-
No connections to the network.
The solution to this is as easy as updating to the latest wallet version (v2.0.0.3). -
Wallet shows it's synced, but you're not receiving transactions.
This is because our main seednode experienced an unintentional DDoS because of the large influx of new wallets causing it to halt. Due to how it was configured a lot of people had that node as their only connection and are now on a wrong chain.
Please follow these steps carefully to fix the issue:
- Close your wallet
- Update to v2.0.0.3 of our wallet
- For Windows: navigate to %appdata%/Stratis using the address bar in Windows Explorer
- For OS X: navigate to ~/Library/Application Support/Stratis using Finder (Go menu -> Go to Folder)
- In that folder DO NOT remove the wallet.dat file (you should have this file backed up anyway), as that contains all your funds
- Remove all the other files in the folder (again, NOT wallet.dat)
- Start your wallet and you should be good to go
Update to the new Stratis logo
We have updated the interim wallet with the new Stratis logo.
This release also improves connection when you start the wallet for the first time.