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