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
Last revisionBoth sides next revision
qortector_walkthrough [10/16/2022 02:49] gfactorqortector_walkthrough [10/21/2022 00:36] – [How To Update The Core and UI Versions] gfactor
Line 150: Line 150:
 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: 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