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 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 16:05] crowetic
Line 9: Line 9:
  
 **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 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>
 +
 +
 +
  
 **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.