Qortal Project

The future of blockchain platforms

User Tools

Site Tools


how_to_update_core_3.0_ui_1.7.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
how_to_update_core_3.0_ui_1.7.0 [01/13/2022 15:03] gfactorhow_to_update_core_3.0_ui_1.7.0 [01/13/2022 20:24] crowetic
Line 3: Line 3:
  
 **The largest single update in Qortal history!** **The largest single update in Qortal history!**
 +
 +=====Updating the UI to 1.7.0=====
  
 This update includes MASSIVE changes on both the UI and Core. There are some considerations to keep in mind. This update includes MASSIVE changes on both the UI and Core. There are some considerations to keep in mind.
Line 9: Line 11:
  
 **Windows and Mac** users who are **already on version 1.6.3** of the Qortal UI, will **automatically update** and will not have to do anything to update their UI. **Windows and Mac** users who are **already on version 1.6.3** of the Qortal UI, will **automatically update** and will not have to do anything to update their UI.
 +
 +**update applying to MAC USERS** - the previous statement about mac automatically updating may not be the case for everyone. If your mac **does not auto-update to version 1.7.0** simply DOWNLOAD THE NEW VERSION from https://qortal.org/downloads - **download the new .dmg**, **mount the image**, then **drag n drop to applications** and **overwrite the existing version**. Then you will be good to go. 
 +
 +The core will DEFINITELY auto-update for EVERYONE, unless they have that specifically disabled. 
 +
 +=====Updating the UI for Linux and Pi users=====
  
 **Linux users** who are using the **.deb** package, will have to **update manually** at this point. Linux users who are using the **.appimage will update automatically from 1.6.3**. We recommend at this point to use the **.appimage** until we can get the .deb auto-updates functional again. That should take place shortly, but for now it is much easier to use the **.appimage** as that will update automatically. **Linux users** who are using the **.deb** package, will have to **update manually** at this point. Linux users who are using the **.appimage will update automatically from 1.6.3**. We recommend at this point to use the **.appimage** until we can get the .deb auto-updates functional again. That should take place shortly, but for now it is much easier to use the **.appimage** as that will update automatically.
Line 62: Line 70:
  
 This is by far the biggest update in Qortal history, and includes some of the MOST AWAITED features of The Qortal Network. We sincerely hope you enjoy building the INTERNET OF THE NEW WORLD with Qortal! This is by far the biggest update in Qortal history, and includes some of the MOST AWAITED features of The Qortal Network. We sincerely hope you enjoy building the INTERNET OF THE NEW WORLD with Qortal!
 +
 +====Updating the Stop script for Mac and Linux====
 +
 +**The only other thing for Mac and linux** is the 'stop.sh' script, if you USE that script, you will need to update it **both linux and mac** will need to update the stop script **if they use it.**
 +
 +**Linux/Raspberry Pi** 
 +<code> cd qortal && rm stop.sh && wget https://raw.githubusercontent.com/Qortal/qortal/master/stop.sh && chmod +x stop.sh </code>
 +
 +**Mac**
 +
 +<code> cd qortal && rm stop.sh && curl -L -O https://raw.githubusercontent.com/Qortal/qortal/master/stop.sh && chmod +x stop.sh </code>
 +
 +
 +