Skip to content

Wallet version 2.0.0.5

Latest
Compare
Choose a tag to compare
@dev0tion dev0tion released this 14 Aug 17:38
· 2 commits to master since this release
8dd4601

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