Skip to content

Releases: stratisproject/stratisX

Wallet version 2.0.0.5

14 Aug 17:38
8dd4601
Compare
Choose a tag to compare

This is a mandatory update and is required for the impending go-live of the Stratis C# Full Node.

Windows Installation Steps
  1. Locate your exisiting Stratis QT/StratisX executable. This should be named "stratis-qt.exe"
  2. Close any running instance of Stratis QT/StratisX
  3. Ensure you have a backup of your wallet.dat file. This resides in C:\Users<USERNAME>\AppData\Roaming\Stratis or alternatively %APPDATA%\Stratis
  4. There is no need to delete any items within this directory.
  5. Replace the "stratis-qt.exe" with the "stratis-qt.exe" from this release.
  6. Double-Click the newly copied "stratis-qt.exe"
OSX Installation Steps
  1. Close any running instance of Stratis QT/StratisX
  2. Ensure you have a backup of your wallet.dat file. This can be located by navigating to ~/Library/Application Support/Stratis
  3. There is no need to delete any items in this directory.
  4. Start a new instance of the Stratis QT/StratisX by launching the newly downloaded disk image.
Linux Installation Steps
  1. Stop any running instances of Stratis QT/StratisX

  2. 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

09 Jun 09:02
Compare
Choose a tag to compare

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:

  1. No connections to the network.
    The solution to this is as easy as updating to the latest wallet version (v2.0.0.3).

  2. 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

19 Jan 19:17
Compare
Choose a tag to compare

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.

Aftermath

19 Nov 04:07
Compare
Choose a tag to compare

Prevents old clients from connecting to the Stratis network

v2.0.0

13 Nov 21:52
Compare
Choose a tag to compare

Stratis v2.0.0 for FutureDrift fix.