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_commands

This is an old revision of the document!


QORTector Walkthrough

Below is a walkthrough of your QORTector and a list of commands you can use within the Terminator for various purposes. Terminator is located in the taskbar with an icon that looks like this:

Start & Stop QORTector

The QORTector is setup to automatically start the core when you turn on the device. You should always command the core to shut down within the Terminator (also referred to as the Terminal) prior to turning off the device to avoid corrupting the database. Make sure to cancel all trade within the Trade Portal before doing so.

To stop the core: open Terminator and enter the following separately:

 cd qortal
./stop.sh

It will then say 'Qortal ended gracefully' in green. You can then close the Terminator. Below is a screenshot of the entire process:

To start the core: open Terminator and enter the following separately:

 cd qortal
./start.sh

It will then say 'qortal running as pid xxxxx. You can then close the Terminator. Below is a screenshot of the entire process:

You will then see the Qortal Core startup indication:

To stop and start the core in one window: open Terminator and enter the following separately:

 cd qortal
./stop.sh
./start.sh

Below is a screenshot of the entire process:

You will then see the Qortal Core startup indication:

qortector_commands.1637878488.txt.gz · Last modified: 11/25/2021 17:14 by gfactor