Raspberry Pi pi4 running Qortal node tutorial

System settings

Mirror download

The qortal official website wiki download mirror (http://wiki.qortal.org/doku.php?id=hardware_-_install_images) unzip after the download is complete.

Mirror burning

Use Win32DiskImager to burn (https://share.weiyun.com/XFzMx8sJ)
(New SD card does not need to be formatted. The used SD card must be formatted first. You can install the SD Card Formatter software and use The software formats the SD card).

Insert picture description here

There is a network cable connection, plug in the power supply/memory card/network cable. (Automatically turn on after power on)

No network cable, no display start mode:
Insert picture description here

After the system is burned, do not remove the memory card, create a new file named wpa_supplicant.conf in the boot directory, open the file, and type the following

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    
    
        ssid="你要连接wifi的名字"
        psk="该wifi的密码"
        key_mgmt=WPA-PSK
        priority=1
}

VNC remote

Enter the IP address of the Raspberry Pi (obtained from the router background)
Insert picture description here

Login account: pi
Default login password: dmax911e
Insert picture description here
dmax911e
Insert picture description here

Open the terminal command program after entering the desktop

Insert picture description here

Excuting an order:sudo raspi-config

Insert picture description here

Modify resolution

Choose: Advanced Options -> Resolution -->800x600
Insert picture description here
Insert picture description here
Insert picture description here

Set Chinese

Select: Localisation Options --> Change Locale
Operation prompt: press the space bar to tick or remove the tick (asterisk = tick), PageUp PageDown quickly turn pages, and Tab to jump to the OK button to
remove en_GB.UTF-8 UTF- 8.
Check: "en_US.UTF-8 UTF-8", "zh_CN.UTF-8 UTF-8", "zh_CN.GBK GBK" The
default language of the next screen is zh_CN.UTF-8.
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Modify system time

选择: Localisation Options --> Change Timezone --> Asia --> Shanghai -->
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Expansion SD card

选择: Advanced options --> Expand Filesystem -->
Insert picture description here
Insert picture description here

Menu or use terminal command to restart:sudo reboot

The above settings take effect
Insert picture description here

After restarting and reconnecting

Insert picture description here

qortal core installation

Downloading from github on the domestic network will be very slow, so we can download the core to the computer first, and then upload it to the Raspberry Pi with the software.
Download the core from https://github.com/Qortal/qortal/releases and unzip it .
Insert picture description here

IIS7 server management

Here use IIS7 server management upload core, open the software interface, add your Raspberry Pi
Insert picture description here

Enter the Raspberry Pi ip (login to the router background to view) Account: pi Password dmax911e Choose any date

Insert picture description here

After setting, open

Insert picture description here

Find the core you unzipped on the left, select the directory /home/pi/Desktop on the right, and right-click to upload the file

Insert picture description here

Then it's on our desktop

Insert picture description here

Boot core

Open the desktop qortal folder, right-click start.sh, use other applications to open,
Insert picture description here

Select the terminal and set it as default

Insert picture description here

Then close this terminal

Insert picture description here

Double-click start.sh with the left button

Insert picture description here

Excuting an order:sh ./start.sh

The following content appears, and the core starts successfully.
Insert picture description here

Connect to the Raspberry Pi through the local computer UI

Download and open putty, and set the following content:
Insert picture description here
Insert picture description here

Enter the Raspberry Pi account and password

Account: pi
Default password: dmax911e
(It will not be displayed when the password is entered, just enter it)
Insert picture description here

After successful login, the interface is as shown in the figure. Save the run, and then minimize it.

Insert picture description here

Open the UI on your computer and make the following settings.

Insert picture description here
Insert picture description here

After logging in, add the key according to the WIN method.

Insert picture description here

Guess you like

Origin blog.csdn.net/qortal/article/details/108560869