Qortal Project

The future of blockchain platforms

User Tools

Site Tools


Sidebar

Qortal Project Wiki

Important Notices

Introduction

Project Model

Minting

Communications

Trade Portal

Qortal Hosting (QDN)

Voting System

AT System

Hardware

Frequently Asked Questions (FAQ)

How-To Guides

Node Setup Guides

Third-Party Services

qortector_update_guide

QORTector Update Guide

This is a guide for updating the QORTector.

How To Update The Core

This will remove all the log files, download the newest version of the qortal.jar:

cd && cd qortal && ./stop.sh && rm qortal.jar && curl -L -O https://github.com/Qortal/qortal/releases/latest/download/qortal.jar && ./start.sh

How To Update The DB & Bootstrap

How To Update Core & Bootstrap In One Command

If you’d like, you can simply replace the core and db (to bootstrap) all in one command. 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::

 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

How To Update The UI

To update the UI, open the UI. If there is an update available, you'll see a notification like the screenshot below:

Followed by the screenshot below, where you'll have the option to restart now or update upon closing the UI:

Port Forwarding

If you have admin access to your router, you should configure port forwarding for the QORTector. Refer to the Port Forwarding page on how to do so.

Adjusting json Settings For Low Bandwidth

Go to the How To Reduce Bandwidth page.

qortector_update_guide.txt · Last modified: 05/22/2023 14:05 by quickmythril