Qortal Project

The future of blockchain platforms

User Tools

Site Tools


pre-configured_qortector_setup

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pre-configured_qortector_setup [11/25/2021 17:01] gfactorpre-configured_qortector_setup [08/17/2022 23:09] (current) – removed gfactor
Line 1: Line 1:
-====== Pre-Configured QORTector Setup ====== 
  
-{{::26a9e220-7c52-4706-825f-0beb6007acb4.png?400|}} 
- 
-**Please note: this guide is for setting up your QORTector purchased from Crowetic.com please go to [[Raspberry Pi 4]] if you are building your own Raspberry Pi from scratch!** 
- 
-Below are the steps for setting up your pre-configured QORTector: 
- 
-**Important: Do NOT run the QORTector if fan isn’t running after powering the device!** The fan needs to be running to prevent the board from overheating. 
- 
-Basically plug everything in, configure WiFi if you’re not using Ethernet, let it sync.  
- 
-Login is username: Pi 
- 
-Default password: dmax911e  
- 
-To change password, open terminal and enter: passwd 
- 
-Then enter your new password! 
- 
-Add your account with your backup file, or if you haven’t made an account yet, BE SURE TO SAVE A BACKUP FILE:  
- 
-(http://wiki.qortal.org/doku.php?id=account_recovery_backup_file) 
- 
-Here are two videos Crowetic made for setup:  
- 
-https://youtu.be/9cIEpAq_j6E 
- 
-https://youtu.be/Z6cERzvPGR0 
- 
-**Please note:** CHD is now selling QORTectors with power adapters with a USB-C cable seen in the picture below for easy reference of how to setup properly: 
- 
-{{::ec0d75c5-892c-4eeb-9548-56dd507775f0.jpeg?400|}} 
- 
-The core auto-updates by default, but the UI does not auto-update at this time (coming soon). If your device doesn’t have the latest UI version, open terminal and run this command (these devices comes with the script already for those wondering): 
- 
-<code> ./update-qortal-ui.sh </code> 
- 
-Always tell QORTector to shut down from the menu option, don’t use the power switch. Power switch should only be shut off after the device powers down to protect it from surges, but with that said, you should have a surge protector or UPS (battery power supply) regardless as the QORTector is intended to stay running 24/7.  
- 
- 
-====Setup your QORTector for your Locale & WiFi Country ==== 
- 
-In order to configure the QORTector for your locale... you will need to use 'raspi-config'. 
- 
-You will need to configure your localization options to ensure your wifi locale and your timezones are set correctly. Enter this command in terminal: 
- 
-<code> sudo raspi-config'' </code> 
- 
-That will open a program with some configuration settings. The first one you will need to set is your 'timezone' - go through the wizard and select your timezone. 
- 
-**localisation options - configure timezone** 
- 
-**localisation options - wifi localisation** 
- 
-Then you will want to configure the Wifi localization for your country, select that option and configure your wifi locale. 
- 
-Select ok, then when it asks you to restart now, cancel, and do the following to restart safelyd 
- 
-<code> cd qortal </code> 
- 
-<code> ./stop.sh </code> 
- 
-<code> sudo reboot </code> 
- 
- 
-===== Important Notes ===== 
- 
- 
-1. The QORTector is setup to automatically start the Qortal Core in the background, this means you will not see the Qortal icon on the taskbar of the device, it runs in the background. When  you restart the device, always remember to stop qortal first, as shown above. 
- 
-The device was configured this way so that the Qortal core will start whether the user connects a monitor or not, you CAN configure it to start with a .desktop file so that it will show the icon on the taskbar, and there is a script for that available on crowetic's github. https://github.com/crowetic/qortector-scripts - there is a .desktop file there with instructions. You can also ask in the Qortal telegram or Discord for assistance. 
- 
- 
-2. The QORTector must be setup for your specific country locale for wifi and timezone, if you wish to use wireless communications. Follow the instructions above in order to configure the device for your locale. We will start configuring the devices for US locale by default, but the majority of them have been shipped with UK locale since company start. 
- 
-3. If you have ANY issues whatsoever, please reach out in the Qortal Tech Support Official Telegram channel or Discord #qortector-pi-support channel, and we will provide solutions for you.