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 16:06] crowetichow_to_update_core_3.0_ui_1.7.0 [01/13/2022 16:08] crowetic
Line 16: Line 16:
 The core will DEFINITELY auto-update for EVERYONE, unless they have that specifically disabled.  The core will DEFINITELY auto-update for EVERYONE, unless they have that specifically disabled. 
  
-====Updating the Stop script for Mac and Linux===+====Updating the UI for Linux and Pi users===
- +
-**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.
Line 82: 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>
 +
 +
 +