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

raspberry_pi_4

This is an old revision of the document!


Raspberry Pi 4

Please note: this guide is for building your own Raspberry Pi from scratch with a BrooklynR OS. For those who have purchased a QORTector from www.crowetic.com please go to QORTector Walkthrough

BrooklynR Kernel Features

  1. OS based on Debian Linux
  2. Fully open source
  3. Customized specifically for Qortal
  4. Optimized performance and a must-have!
  5. Hardened Kernel security. No more local exploits
  6. Locked the memory copy b/w internal and external memory devices
  7. Added Entropy hardware for maxed out entropy. Far more than an i7 Processor
  8. Thermal control. Yes you can add fans and they will auto start when the temp hits 51C
  9. SPH implementation of crypto functions
  10. Updated crypto algorithms
  11. Full SoC encryption enabled on board the CPU for UI and Core speedup
  12. Overclocking assist now supported on 4B rev 1.2 and above
  13. 32 is enabled by default. You will not need 64 bit

These releases can guarantee uptime of years without a single reboot or stall. No one will ever need to reboot a Pi 4 anymore, provided you use the recommended power bricks. Users have option of Headless releases or with a full featured accelerated Desktop GUI Release: QortalOS NXT LXQT, QortalOS NXT GNOME, Plasma, Plumbus, XFCE, Cinnamon, or Russcade.

Raspberry Pi 4 Configuration Recommendations

  • Raspberry Pi 4B (8GB)
  • Power Supply
  • Case with fan (fan is important!)
  • 128GB microSD card or a usb 3.0 SSD 500gb or above (SSD is recommended)

Preparations

  1. Download SD Memory card formatter(if using SD): Select OS on site
  2. Download Balenaetcher (to flash image on SD and SSD) : Select OS on site
  3. Download 7-zip (to unpack the image) : Windows (64bits) , Windows (32bits)
  4. For Mac users download Keka(to unpack the image) : macOS
  5. Download Remote desktop client to access PI from your MAC or Windows computer (used for Desktop GUI images): Select OS on site
  6. Download Brooklyn R kernel on your computer (Pick only ONE below):

See each Brooklyn Release details following installation instructions (a summary of what is in https://github.com/Qortal/Brooklyn/releases)

How To Install Qortal Core

  1. Format SD card with FAT32/FATX using SD Memory Card Formatter on your computer (if using an SD card)
  2. Use 7-zip on your computer to extract the downloaded image, you will get a file with Disc icon (circling in picture)
  3. Connect your microSD card or SSD drive to your computer for flashing the unpacked image
  4. Open Balenaetcher on your computer, insert your microSD card or SSD drive, select the image you extracted and microSD card or SSD drive, click ‘flash’!
  5. Once it finishes flashing the image, disconnect from computer the microSD or SSD then plug into to Pi, connect Pi to router via ethernet cable (recommended) and power on the Pi. (It needs some time to start up.)
  6. Power on the Pi and wait a few minutes to start. In the mean time, log into your router to locate the IP address of your Pi to be able to RDP into PI via computer. Always good idea to check that your PI is now listed in your connected devices. This is even if you are using a monitor, keyboard, and mouse where RDP is not needed.
  7. If you are going headless (using a different computer to log into the Pi desktop) then on Windows/Mac/Linux open up Remote Desktop Connection (Microsoft Remote Desktop Client or Remmina for Linux)
  8. Enter the IP for your Pi and click ‘connect’. Click ‘yes’ when it asks about connecting and if you trust the certificates.
  9. Log in. Username: pi Password: dmax911e
  10. Once Desktop loads you will need to Expand the the filesystem: Open a terminal session, enter this command and press enter:
    sudo raspi-config 
  11. Raspi-config screens will pop up. Scroll down to advanced settings using arrow keys, hit enter, select expand file system and select it. When it is done select ‘exit’ and it will ask for you to reboot. Click ‘yes’.
  12. Log in again. Username: pi Password: dmax911e
  13. Open a terminal session and input the commands below (enter/return after each line wait for response):

Download latest version of Qortal core: (this is optional. Needed only if the image you chose was released/packaged more than 1 month ago and if the core was packaged.)

First check if the core is present and remove Qortal directory before downloading new version):

ls
rm -R qortal

Then download latest Qortal core:

wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip

unzip qortal.zip

Start the core: (Qortal core will auto-bootstrap then sync up. If it looks like the image below, that means your core is running now.)

cd qortal

chmod +x *.sh

./start.sh

How to Install Qortal UI

Type in Terminal (Press the Enter key after each command):

cd

wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/update-qortal-ui.sh

chmod +x update-qortal-ui.sh

./update-qortal-ui.sh

How to Run Qortal UI

Type in Terminal (Press the Enter key after each command):

cd UI

cd qortal-ui

yarn run server & 

Then go to web browser Chromium. Type localhost:12388 (Qortal UI Login will pop up)

Note: For Headless images, you will access your pi via ssh from your computer.

First set up an ssh tunnel as shown on this page SSH tunneling and keep it open : http://wiki.qortal.org/doku.php?id=ssh_tunneling.

Then in terminal on your computer enter: ssh pi@ip address assigned in your router. You will be prompted for Username: pi Password: dmax911e (password will not display when typing)

How To Access Your Pi Remotely via RDP

This walkthrough will illustrate using Microsoft Remote Desktop client on a Mac laptop (see in ‘Preparations’ section above where to download the client for your computer OS):

1. Click on 'Add PC' and define the connection for Pi sinclairMATE, in this example shows connecting via ip address located earlier from the connected devices in our router/modem. Another option would be via hostname: sinclairmate.local (just replace the 'sinclairmate' portion with whatever version your device is - such as 'plumbus' for QORTector customers).

2. Double click on RDP connection for sinclairMATE just created and enter Username: pi Password: dmax911e

3. Pi sinclairMATE desktop will display and enter Password: dmax911e

4. Pi desktop GUI is now fully available:

Brooklyn Release Details (by release dates):

QortalOS NXT Sinclair Headless (Release Date: Oct 27, 2021)

Repository: Qortal/Brooklyn · Tag: 1.2.4 · Released by: CWDSYSTEMS

Suitable for all Raspberry Pi 4 models and 3B+ as well. Aimed towards medium to expert Linux users as this release has no GUI. Grab it from https://cloud.qortal.org/s/HzyASe4fJbLTQsm

Countless changes under the hood. Its faster. Its better. ARM crypto accelerator improvements. (stays in beta for now) GPU time delay fixes and optimisations for QortalOS Desktop. Dynamic NVRAM allocation for two generation of boards.

Massive DTB update. JAVA SPH updates. True mempow implementation for lag free crunching. Overclocking assist now supported on 4B rev 1.2 and above. Better undervolt detection to assure Qortal core stability.

This release is dedicated to my brother Jason, my moose Sean, my mate Russell and my good friend Gisele.

QortalOS NXT Beluga GNOME Desktop

(Release Date: Sep 10, 2021)

Repository: Qortal/Brooklyn · Tag: 1.2.3 · Released by: CWDSYSTEMS

Suitable for 8GB Raspberry Pi. Grab it from https://cloud.qortal.org/s/6XFN2oe7nReCNZ3

With GNOME Desktop Environment. Qortal UI 1.4.2 pre-built inside. Includes daily use software for productivity and communication. Built for plug and play use.

WiFi & Bluetooth disabled. Only accessible via SSH and RDP for hassle free use. SSD highly recommended.

This release removes proximity threats of WiFi and Bluetooth and focuses on physical and internet privacy in a different manner. You can set Tor as system wide proxy under network settings. Qortal core has been left out intentionally.

This image is dedicated to whiteside5x for his support. Also known as Beluga.

QortalOS NXT Vermouth LXQT Desktop

(Release Date: Aug 27, 2021)

Repository: Qortal/Brooklyn · Tag: 1.2.1 · Released by: CWDSYSTEMS

Suitable for both 4GB and 8GB Raspberry Pi variants. Grab it from https://cloud.qortal.org/s/QNNGyy98HKTeNBb

With LXQT Desktop Environment. Qortal UI 1.4.2 pre-built inside. Qortal Core latest bundled as downloaded zip file. Includes daily use software for productivity and communication. Built for plug and play use.

QortalOS NXT Headless

(Release Date: Aug 24, 2021)

Repository: Qortal/Brooklyn · Tag: 1.2 · Released by: CWDSYSTEMS

For Advanced users without the Desktop environment Grab it from https://cloud.qortal.org/s/gzLtPGaRNBNeeJB

This release brings more security features and networking performance improvements address the needs for data centre requirement excellent throughput on Qortal web hosting sync & relay.

Special thanks to Moose, Hfactor, CalDescent, Crowetic, Gisele, Cat, Rylieh and Russell

BrooklynR Jaymen Headless

(Release Date: July 14, 2021)

Repository: Qortal/Brooklyn · Tag: 1 · Released by: CWDSYSTEMS

For Advanced users without the Desktop environment Grab it from https://cloud.qortal.org/s/2f86Zt5kBbwnco3

Kernel 5.13.10 Suitable for medium to expert level users. Kernel is optimized for server and background processing.

BrooklynR Plumbus Desktop

(Release Date: July 3, 2021)

Repository: Qortal/Brooklyn · Tag: Plumbus · Released by: CWDSYSTEMS

Suitable for both 4GB and 8GB Raspberry Pi variants. Grab it from : https://cloud.crowetic.com/s/9BPBQn92r2zz9nf

The most responsive Desktop Environment yet. With MATE and LXDE integration

BrooklynR Jackwagon XFCE Desktop

(Release Date: July 1, 2021)

Repository: Qortal/Brooklyn · Tag: 1.1 · Released by: CWDSYSTEMS

Suitable for both 4GB and 8GB Raspberry Pi variants. Grab it from https://cloud.crowetic.com/s/7nJkZrEGJTjXW2K

Qortal UI 1.4.2 pre-built inside Updated Kernel core to 5.10.12 (ton of updates) Updated VC4 with more stability Updated Mesa3D Fixed the annoying "no internet" issue for some users Kernel preemptive model changed to desktop performance from balanced …. too many other enhancements to add.

BrooklynR Russcade Edition

(Release Date: June 16, 2021)

Repository: Qortal/Brooklyn · Tag: Russcade · Released by: CWDSYSTEMS

Suitable for both 4GB and 8GB Raspberry Pi variants Grab it from https://cloud.qortal.org/s/WAwsyqT7gBXnDML

VP4 DRM and latest MESA 3D acceleration for VideoCore4 GPU Hardened settings and tweaks of BrooklynR - The Moose Kernel All Bluetooth pods and USB controllers are now supported All input devices supported

HDMI0 set for Arcade gaming while HDMI1 port for Xterminal sessions to manage your Qortal Core and UI Without UI bundle. You need to build UI from source from official UI git. Without Qortal Core. Grab official releases only from Qortal git.

Russcade is optimized for gaming and Qortal Core + UI server only. It is not meant for a GUI replacement. Use RetroPi official documentation for transferring ROMS and MODS. https://retropie.org.uk/docs/Transferring-Roms/ Standard microSD card resize procedure applies for cards above 32GB. Look at Qortal Wiki on HOWTO. You will need SSH client to setup Qortal Core and UI and create a Putty/SSH tunnel.

BrooklynR Cinnamon Desktop

(Release Date: June 1, 2021)

Repository: Qortal/Brooklyn · Tag: 1 · Released by: CWDSYSTEMS

Suitable for 8GB Raspberry Pi. Grab it from https://cloud.crowetic.com/s/HgnZt8KDATm8q35

BrooklynR Headless

(Release Date: May 27, 2021)

Repository: Qortal/Brooklyn · Tag: 1 · Released by: CWDSYSTEMS

Suitable for both 4GB and 8GB Raspberry Pi variants. Grab it from ( was replaced by Jaymen Headless July 14, 2021 see above)

BrooklynR Plasma Desktop

(Release Date: May 27, 2021)

Repository: Qortal/Brooklyn · Tag: 1 · Released by: CWDSYSTEMS

Suitable for 8GB Raspberry Pi. will run on 4GB Pi variants with a bit of lag. Grab it from https://cloud.crowetic.com/s/6Rq9DcSWfeeLwgG

aka KDE - image with a perfect blend of beauty and performance. Recommended for 8GB Pi model with USB3 boot enabled

BrooklynR XFCE Desktop

(Release Date: May 27, 2021)

Repository: Qortal/Brooklyn · Tag: 1 · Released by: CWDSYSTEMS

Suitable for both 4GB and 8GB Raspberry Pi variants. Grab it from (was replaced by XFCE of July 1, 2021 see above)

raspberry_pi_4.1640827157.txt.gz · Last modified: 12/29/2021 20:19 by gfactor