Qortal Project

The future of blockchain platforms

User Tools

Site Tools


qubes_os

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
qubes_os [04/16/2022 02:25] – created Qubes OS page quickmythrilqubes_os [05/22/2023 14:06] (current) – Removed topOnly quickmythril
Line 1: Line 1:
-====== Qortal Install Guide for Qubes OS ======+====== Qubes OS ======
 {{:qortal_official_logo_transparent_.png?400|}} {{:qortal_official_logo_transparent_.png?400|}}
  
-===== Installing Qortal Core =====+ 
 +**Please note:** after setting up your computer as a node, be sure to review the [[Port Forwarding]] guide to ensure your node functions optimally.  
 + 
 +===== Qortal Core =====
  
 To install Qortal Core in an App Qube, the prerequisites must be installed in the corresponding Template.  To install Qortal Core in a Standalone, the prerequisites must be installed in the same Qube. To install Qortal Core in an App Qube, the prerequisites must be installed in the corresponding Template.  To install Qortal Core in a Standalone, the prerequisites must be installed in the same Qube.
Line 15: Line 18:
 <code>sudo dnf install p7zip</code> <code>sudo dnf install p7zip</code>
  
-**Install Qortal software (in App Qube or Standalone)**+**Install Qortal Core (in App Qube or Standalone)**
 <code>wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip <code>wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip
 unzip qortal.zip unzip qortal.zip
Line 21: Line 24:
 cd qortal cd qortal
 chmod +x *.sh</code> chmod +x *.sh</code>
-__If using Tor:__ \\ +__If using Tor (including Whonix):__ \\ 
-Download a bootstrap file to the "qortal" folder using a web browser from:+If the Core is unable to connect to the bootstrap servers, changing Tor circuits may solve the issue.  
 + Alternatively, use a web browser to download and extract a bootstrap file, placing the "blockchain.*" files into a folder named "db" within the "qortal" folder from:
  
 Full archive options (5.6 GB): \\ Full archive options (5.6 GB): \\
-http://bootstrap.qortal.org/bootstrap-archive.7z\\ +https://bootstrap.qortal.org/bootstrap-archive.7z \\ 
-http://bootstrap2.qortal.org/bootstrap-archive.7z \\+https://bootstrap2.qortal.org/bootstrap-archive.7z \\ 
 +https://bootstrap3.qortal.org/bootstrap-archive.7z \\
 <code>7za e bootstrap-archive.7z -odb <code>7za e bootstrap-archive.7z -odb
 rm bootstrap-archive.7z</code> rm bootstrap-archive.7z</code>
-Top-only options (273 MB): \\ +__Also, if using Whonix:__ \\ 
-http://bootstrap.qortal.org/bootstrap-toponly.7z \\ +Edit the "settings.json" file, and add following line, to allow for "sdwdate":
-http://bootstrap2.qortal.org/bootstrap-toponly.7z +
-<code>7za e bootstrap-toponly.7z -odb +
-rm bootstrap-toponly.7z</code> +
-__If using Whonix:__ \\ +
-Edit the "[[how_to_edit_qortal_core_settings|settings.json]]" file, and add following line, to allow for "sdwdate":+
 <code>"testNtpOffset":0</code> <code>"testNtpOffset":0</code>
-__If using Top-only mode:__ \\ +See **[[how_to_edit_qortal_core_settings|here]]** for more info on editing the "settings.json" file
-Edit the "[[how_to_edit_qortal_core_settings|settings.json]]" file, and add following lineto enable "topOnly"+ 
-<code>"topOnly":true</code>+**Run Qortal Core (in App Qube or Standalone)** 
 +<code>./start.sh</code> 
 + 
 +===== Qortal UI ===== 
 + 
 +To install Qortal UI in an App Qubeeither install the deb/rpm package in the corresponding Templateor run the AppImage file from the App Qube.  To install Qortal UI in a Standalone, either install the deb/rpm package, or run the AppImage. 
 + 
 +**Install Qortal UI package (in Template or Standalone)** 
 + 
 +Debian
 +<code>wget https://github.com/Qortal/qortal-ui/releases/latest/download/Qortal-Setup-amd64.deb 
 +sudo dpkg -i Qortal-Setup-amd64.deb 
 +rm Qortal-Setup-amd64.deb</code> 
 +Fedora: 
 +<code>wget https://github.com/Qortal/qortal-ui/releases/latest/download/Qortal-Setup-amd64.rpm 
 +sudo dnf install Qortal-Setup-amd64.rpm 
 +rm Qortal-Setup-amd64.rpm</code> 
 + 
 +**or Install Qortal UI AppImage (in App Qube or Standalone)** 
 + 
 +<code>wget https://github.com/Qortal/qortal-ui/releases/latest/download/Qortal-Setup-amd64.AppImage 
 +chmod +x Qortal-Setup-amd64.AppImage</code> 
 + 
 +**Run Qortal UI (in App Qube or Standalone)** 
 + 
 +__If using the deb/rpm package:__ \\ 
 +To run from the Applications Menu: \\ 
 +- First, open Qube Settings, choose the Applications tab, and add Qortal UI. \\ 
 +To run from Terminal: 
 +<code>qortal-ui</code>
  
 +__If using the AppImage:__ \\
 +To run from the Desktop GUI: \\
 +- Double click the AppImage file. \\
 +To run from Terminal:
 +<code>./Qortal-Setup-amd64.AppImage</code>
qubes_os.1650090327.txt.gz · Last modified: 04/16/2022 02:25 by quickmythril