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.

대시 코어 지갑 다운로드 하기

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

웹사이트는 당신의 시스템에 맞는 적절한 지갑을 감지합니다.

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

다운로드 폴더에 다운로드 받은 파일을 저장하세요.

대시 코어 인증하기

이 단계는 선택적입니다. 그러나 다운로드 받은 파일의 완전성을 검증할 것을 권장합니다. 이는 대시 코어 개발팀이 게재한 SHA256 해시와 지갑을 확인함으로써 완료됩니다. 코어 팀이 게재한 해시를 확인하시려면 지갑 다운로드 페이지에 있는 해시 파일 버튼을 클릭하십시오.

../../_images/106329748.png

대시 코어 해시 파일 다운로드 하기

Once both the Dash Core file and the hash file have downloaded, double-click the hash file or view it in your browser and find the hash value for the Dash Core file you downloaded.

../../_images/106329757.png

대시 코어 해시 파일 확인하기

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

다운로드 받은 파일을 위해 SHA256 해시를 생성하기

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 around 3-4GB in size. It is recommended to use the default data folder if possible.

../../_images/106329842.png

대시 코어 데이터 폴더 선택하기

이후 대시 코어가 실행될 것입니다. 첫 실행 시에는 다소 긴 시간이 소요되는데, 이는 대시 코어가 당신의 지갑을 안전하게 보호하기 위하여 암호화된 데이터를 생성하기 때문입니다.

../../_images/106329854.png

대시 코어 시작하기

대시 코어와 대시 네트워크 동기화하기

대시 코어가 성공적으로 설치 및 시작되는 경우, 당신은 지갑 개요 화면을 보게 될 것입니다. 당신은 지갑이 동기화 되지 않은 상태이며 창의 하단 상태 바가 동기화 진행 상황을 보여주고 있음을 확인할 수 있습니다.

../../_images/106329873.png

대시 코어가 대시 네트워크와 동기화를 진행하고 있습니다.

이 과정에서 대시 코어는 다른 노드로부터 당신의 기기에 대시 블록체인의 전체 복사본을 다운로드 할 것입니다. 당신의 인터넷 연결 상태에 따라 이 과정은 긴 시간이 소요될 수 있습니다. 만일 당신이 '사용할 수 있는 블록 소스 없음' 메시지를 받는다면, 당신의 인터넷 연결 상황을 확인하십시오. 동기화가 완료되면 당신은 작은 파란색 체크 표시를 볼 수 있을 것입니다.

../../_images/106329889.png

대시 코어 동기화가 완료되었습니다.

이제 당신은 당신의 지갑을 이용하여 돈을 보내고 받을 수 있습니다.

당신의 대시 지갑 암호화하기

당신의 지갑이 대시 네트워크와 동기화를 마치면, 지갑을 암호 혹은 암호문을 통해 암호화 할 것을 강력하게 권장합니다. 이 경우 다른 곳에서 사용한 적 없는 강력하고 새로운 암호를 사용하여야 합니다. 당신의 암호를 별도로 적어 안전한 곳에 저장하십시오. 그렇지 않으면 지갑이 잠기게 되어 당신의 자금에 접근할 수 없게 됩니다.

To encrypt your wallet, click Settings > Encrypt wallet.

../../_images/106329907.png

대시 지갑을 암호문으로 암호화하기

암호문을 입력하고 확인하십시오.

../../_images/106329946.png

Entering a password

../../_images/106329973.png

당신이 지갑을 암호화하고 싶은 것이 맞는지 확인합니다.

지갑 암호화 과정이 완료되면, 당신은 지갑의 지난 백업을 더이상 사용할 수 없다는 경고문을 받게 됩니다. 또한 대시 코어를 종료하라는 메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 작은 파란색 자물쇠가 우측 하단 코너에 표시됩니다.

../../_images/106329989.png

대시 코어 지갑이 완전히 암호화되고 동기화되었습니다.

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