Qortal Project

The future of blockchain platforms

User Tools

Site Tools


qortector_walkthrough

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
Last revisionBoth sides next revision
qortector_walkthrough [10/16/2022 02:41] gfactorqortector_walkthrough [10/21/2022 00:36] – [How To Update The Core and UI Versions] gfactor
Line 146: Line 146:
 ===== How To Update The Core and UI Versions ===== ===== How To Update The Core and UI Versions =====
  
-When your device arrives, you can let it sync and auto update the Core and UI if there was an update during shipment of your QORTector. You can also manually update the core and UI to expedite this process (which may be best or international orders that take longer to be delivered). Refer to the [[Qortal Status Updates]] page to check the latest Core and UI version. +When your device arrives, you can let it sync naturally and it will auto update the Core and UI if there was an update during shipment of your QORTector. You can also manually update the core and UI to expedite this process (which may be best or international orders that take longer to be delivered). Refer to the [[Qortal Status Updates]] page to check the latest Core and UI version. 
  
-To manually update the Core, open Terminal. Copy and paste this, then press the enter key (this will also delete the existing database “db” and bootstrap. You will notice several 0-100% processes during the popup screen, then you will need to wait for it to finish synchronizing which will continue after the popup has closed:+To manually update the Core and database, open Terminal. Copy and paste this, then press the enter key (this will also delete the existing database “db” and bootstrap. A bootstrap is a download of a database that is updated every 12 hours so that you only have to sync the remaining blocks from the latest bootstrap creation. You will notice several 0-100% processes during the popup screen, then you will need to wait for it to finish synchronizing which will continue after the popup has closed:
  
-<code>cd && cd qortal && ./stop.sh && rm qortal.jar && rm -R db && curl -L -O https://github.com/Qortal/qortal/releases/latest/download/qortal.jar && ./start.sh</code>+<code>cd && cd qortal && rm qortal.jar && rm -R db && curl -L -O https://github.com/Qortal/qortal/releases/latest/download/qortal.jar && ./start.sh</code>
  
 To update the UI, open the UI. If there is an update available, you'll see a notification like the screenshot below: To update the UI, open the UI. If there is an update available, you'll see a notification like the screenshot below:
qortector_walkthrough.txt · Last modified: 12/13/2022 19:56 by gfactor