Руководство по установке в Linux#

This guide describes how to download, verify, install and encrypt the Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the steps should be similar for other Linux distributions.

Процедура скачивания кошелька Dash Core#

Visit https://www.dash.org/downloads/ to download the latest Dash Core wallet. In most cases, the website will properly detect which version you need. Click the Dash Core button to download the package directly.

../../../../_images/download.png

Сайт автоматически определит кошелёк, подходящий для вашей системы#

If detection does not work, you will need to manually choose your operating system and whether you need an x64 (64 bit x86) or ARM version. If you are unsure about your version of Linux, you can check in Ubuntu using the Terminal:

uname -m

If the response is x86_64, download Dash Core x64. If the response is aarch64, download Dash Core ARM. Once you know which version you need, download the Dash Core TGZ file to your computer from https://www.dash.org/downloads/ and save it to your Downloads folder.

Примечание

Since Dash Core 18.0, downloads are not available for 32-bit Linux installations.

Верификация Dash Core#

This step is optional, but recommended to verify the authenticity of the file you downloaded. This is done by checking its detached signature against the public key published by the Dash Core development team. To download the detached signature, click the Signature button on the wallet download page and save it to the same folder as the downloaded binary.

All releases of Dash are signed using GPG with one of the following keys:

Open a terminal, import the keys and verify the authenticity of your download as follows:

curl https://keybase.io/pasta/pgp_keys.asc | gpg --import
curl https://keybase.io/codablock/pgp_keys.asc | gpg --import
gpg --verify dashcore-19.2.0-x86_64-linux-gnu.tar.gz.asc
../../../../_images/setup-linux-gpg.png

Скачивание PGP-ключа и верификация подписанных двоичных файлов#

If you see the message Good signature from ... then you have an authentic copy of Dash Core for Linux.

Извлечение Dash Core#

Dash Core для Linux выпускается в виде сжатого архива, а не в виде установочного файла. Так сделано потому, что этот архив также содержит дополнителные файлы, среди которых, к примеру, файлы разработанные для запуска мастерноды на сервере. В данном руководстве мы рассмотрим процесс извлечения исполняемого файла с графическим интерфейсом пользователя (GUI), разработанный для использвания конечными пользователями в качестве кошелька.

Extract Dash Core as follows:

tar xzf dashcore-19.2.0-x86_64-linux-gnu.tar.gz

This will create a folder named dashcore-19.2.0 in the current working directory. We will now install the executable binaries to /usr/local/bin using the install command:

sudo install -m 0755 -o root -g root -t /usr/local/bin dashcore-19.2.0/bin/*

Start Dash Core from the terminal with the following command:

dash-qt

При первом запуске программы, вам будет предложено выбрать расположение места хранения блокчейна и данных кошелька. Выберите расположение с достаточным объёмом свободного места на диске, поскольку размер блокчейна может достигать 30+ ГБ. По возможности рекомендуется использовать место, предлагаемое по умолчанию.

../../../../_images/106329842.png

Выбор места хранения данных кошелька Dash Core#

Произойдёт запуск кошелька Dash Core. Первый запуск проходит дольше обычного, поскольку кошельку Dash Core необходимо создать криптографические данные для обеспечения безопасности вашего кошелька.

../../../../_images/dashcore-splash.png

Запуск кошелька Dash Core#

Синхронизация кошелька Dash Core с сетью Dash#

Как только кошелёк Dash Core будет успешно установлен и запущен, вы увидете экран обзора кошелька. Вы заметите, что кошелёк «не синхронизирован», а строка состояния в нижней части окна будет показывать ход синхронизации.

../../../../_images/dashcore-syncing.png

Кошелёк Dash Core начинает синхронизацию с сетью Dash#

During this process, Dash Core will download a full copy of the Dash blockchain from other nodes to your device. Depending on your internet connection, this may take a long time. If you see the message “No block source available”, check your internet connection. When synchronization is complete, you will see a small green tick in the lower right corner.

../../../../_images/dashcore-synced.png

Синхронизация кошелька Dash Core завершена#

Теперь вы можете начать использовать кошелёк для отправки или получения средств.

Setting up a desktop entry#

You can set up an XDG Desktop Entry in order to be able to launch Dash Core from your KDE or Gnome desktop environment. To do so, create a file named ~/.local/share/applications/dash.desktop and add the following content:

[Desktop Entry]
Version=1.5
Name=Dash Core
Comment=Dash Core is used to interact with the Dash blockchain
Exec=/usr/local/bin/dash-qt
Icon=dash-icon
Terminal=false
Type=Application

Ensure the file is executable:

chmod +x ~/.local/share/applications/dash.desktop

An appropriate icon can optionally be downloaded from the Dash Brand Guidelines page:

wget https://media.dash.org/wp-content/uploads/dash-d-rounded-square-250.png
xdg-icon-resource install --size 256 dash-d-rounded-square-250.png dash-icon

Creating your Dash Wallet#

Beginning with Dash Core 19.0, a wallet will not be created for you by default. You will get this prompt in the Overview tab. To create a wallet, click the Create a new wallet button or click File -> Create Wallet. Non-HD wallets are created by default. See the advanced topics section for information about HD wallets.

../../../../_images/dash-create-wallet-prompt.png

You will be prompted to create a new wallet with a custom wallet name. By default, your wallet will be encrypted. You may choose to uncheck the box and encrypt the wallet later. We have included instructions on how to encrypt your wallet in the following section.

../../../../_images/dash-name-wallet.png

If you do choose to encrypt now, you will be asked to enter and verify a password.

../../../../_images/dash-encrypt-wallet.png

Enter a password#

Following that, you will get a standard warning.

../../../../_images/dash-encrypt-wallet-confirmation.png

Подтвердите, что вы хотите зашифровать кошелёк#

The following section will detail the steps you need to follow if you choose to encrypt your Dash wallet later.

Шифрование паролем кошелька Dash Core#

Для того, чтобы зашифровать кошелёк, кликните Настройки > Зашифровать кошелёк

../../../../_images/dashcore-settings-encrypt.png

Шифрование паролем кошелька Dash#

Вам поступит запрос ввести и подтвердить пароль.

../../../../_images/dash-encrypt-wallet.png

Ввод пароля#

../../../../_images/dash-encrypt-wallet-confirmation.png

Подтвердите, что вы хотите зашифровать кошелёк#

When the encryption process is complete, you will see a warning that past backups of your wallet will no longer be usable, and be asked to shut down Dash Core. When you restart Dash Core, you will see a small green lock in the lower right corner.

../../../../_images/dashcore-synced-and-encrypted.png

Кошелёк Dash Core полностью зашифрован и синхронизирован#