Linux Installation Guide

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

Downloading da Carteira Dash Core

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

../../_images/106330106.png

O site detecta corretamente a carteira apropriada para o seu sistema

If detection does not work, you will need to manually choose your operating system and whether you need a 32 or 64 bit version. If you are unsure whether your version of Linux is 32 or 64 bit, you can check in Ubuntu under the System menu > About This Computer. For details on how to check this in other versions of Linux, see here.

../../_images/106329727.png

Ubuntu System Overview. This is a 64 bit system.

Once you know which version you need, download Dash Core to your computer from https://www.dash.org/wallets.

../../_images/106329738.png

Manually selecting and downloading Dash Core

Salve o arquivo que você baixou na sua pasta Downloads.

Verificando Dash Core

Essa etapa é opcional, mas é recomendável verificar a integridade do arquivo que você baixou. Isso é feito verificando o hash SHA256 com o hash publicado pela equipe de desenvolvimento do Core do Dash. Para visualizar o hash publicado, clique no botão Arquivo Hash na página de download da carteira.

../../_images/106329748.png

Download do hash do Dash core

Assim que o arquivo do Dash Core e o arquivo de hash tiverem sido baixados, clique duas vezes no arquivo de hash ou exiba-o no navegador e localize o valor de hash do arquivo do Core e e do Core que você baixou.

../../_images/106329757.png

Visualizando o arquivo hash do Dash Core

This hash value should correspond with the hash value of the file you have downloaded to ensure it is authentic and was not corrupted during transit. To do this, open Terminal, browse to the location where you saved the file, and run the sha256sum command.

../../_images/106329766.png

Gerando um hash SHA256 para o arquivo baixado

If the hashes match, then you have an authentic copy of Dash Core for Linux.

Extracting Dash Core

Dash Core for Linux is distributed as a compressed archive and not an installer. This is because this same archive also contains other files built for running a masternode on a server, for example. In this guide, we will extract the executable file with a graphical user interface (GUI) designed for use by end users as a wallet.

Begin by creating a folder for the Dash Core executable file on the Desktop. Browse to the Desktop (or the location of your choice) and create the folder.

../../_images/106329782.png

Creating a folder on the Desktop

../../_images/106329798.png

Renaming the folder to Dash

Next, open the archive by double-clicking on it. The Archive Manager will appear. Browse to the dashcore-0.12.1/bin/ folder and extract the dash-qt file to the Dash folder you created on the Desktop by drag and drop.

../../_images/106329807.png

The dash-qt file in Archive Manager

../../_images/106329816.png

The dash-qt file in the Dash folder on the Desktop

To run Dash Core for the first time, open Terminal and browse to the Dash folder on the Desktop, or where you chose to extract the file. Type ./dash-qt to run the file.

../../_images/106329833.png

Running Dash Core from the Terminal

The first time the program is launched, you will be offered a choice of where you want to store your blockchain and wallet data. Choose a location with enough free space, as the blockchain can reach 10GB+ in size. It is recommended to use the default data folder if possible.

../../_images/106329842.png

Escolhendo a pasta de dados do Dash Core

O Dash Core será iniciado. Isso levará um pouco mais do que o normal na primeira vez que você executá-lo, já que o Dash Core precisa gerar dados criptográficos para proteger sua carteira.

../../_images/106329854.png

Iniciando Dash Core

Sincronizando o Dash Core na rede do Dash

Depois que o Dash Core for instalado e iniciado com sucesso, você verá a tela de visão geral da carteira. Você notará que a carteira está «fora de sincronia» e a barra de status na parte inferior da janela mostrará o andamento da sincronização.

../../_images/106329873.png

Dash Core começa a sincronizar com a rede do Dash

Durante esse processo, o Dash Core baixará uma cópia completa do blockchain de outros nós para o seu dispositivo. Dependendo da sua conexão com a internet, isso pode levar muito tempo. Se você vir a mensagem «Nenhuma fonte de bloqueio disponível», verifique sua conexão com a Internet. Quando a sincronização estiver concluída, você verá um pequeno sinal azul no canto inferior direito.

../../_images/106329889.png

A sincronização do Dash Core está concluída

Agora você pode começar a usar sua carteira para enviar e receber fundos.

Criptografando sua carteira do Dash

Depois que sua carteira for sincronizada com a rede do Dash, é altamente recomendável criptografar a carteira com uma senha para impedir o acesso não autorizado. Você deve usar uma senha nova e forte que nunca usou em outro lugar. Anote sua senha e armazene-a em algum lugar seguro ou você será bloqueado fora de sua carteira e perderá acesso a seus fundos.

To encrypt your wallet, click Settings > Encrypt wallet.

../../_images/106329907.png

Criptografar a carteira do Dash com uma senha

Você será solicitado a inserir e verificar uma senha.

../../_images/106329946.png

Entering a password

../../_images/106329973.png

Confirme que você deseja criptografar sua carteira

Quando o processo de criptografia estiver concluído, você verá um aviso de que os backups anteriores da sua carteira não serão mais utilizáveis e será solicitado a encerrar o Dash Core. Quando você reiniciar Dash Core, você verá uma pequena trava azul no canto inferior direito.

../../_images/106329989.png

Carteira Dash Core totalmente criptografada e sincronizada

Using the Ubuntu Repository to install Dash Core

Ubuntu allows you to add third-party repositories to install and update software using the apt command line utility. Dash Core team maintains such a repository, although the software version included here may be older than what is available on the website. To install Dash Core from the repository, open the Terminal and enter the following commands:

sudo add-apt-repository ppa:dash.org/dash
sudo apt update
sudo apt install dashd dash-qt