macOS Installation Guide#

This guide describes how to download, install and encrypt the Dash Core wallet for macOS. The guide is written for macOS Sierra, but the steps should be similar for other versions.

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

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 Download Installer to download the installer directly.

../../../../_images/download1.png

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

If detection does not work, you will need to manually choose your operating system. Go to https://www.dash.org/downloads/ and select the macOS tab, then click Download Installer. Save the file you downloaded to your Downloads folder.

대시 코어 검증하기#

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 Installer Signature button on the wallet download page and save it to the same folder as the downloaded binary (which should be by default). You may also need to download GPG, which you can do via https://gpgtools.org/.

All releases of Dash since 0.16.0 are signed using GPG with the following key:

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
gpg --verify dashcore-23.1.0-osx.dmg.asc
../../../../_images/setup-linux-gpg.png

Downloading the PGP key and verifying the signed binary#

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

참고

If you have your own key configured, you can eliminate warnings from the verification output by signing the imported key before verifying:

gpg --quick-lsign-key "29590362EC878A81FD3C202B52527BEDABE87984"
gpg --verify dashcore-23.1.0-x86_64-linux-gnu.tar.gz.asc

Installing Dash Core#

Open Finder and browse to your Downloads folder. Then double-click on the .dmg file you downloaded to decompress it. A window appears showing the contents of the file.

../../../../_images/112414813.png

Opening the Dash Core .dmg file#

Drag the Dash Core application file into your Applications folder to install Dash Core.

../../../../_images/112414846.png

Installing Dash Core#

처음으로 대시 코어 실행하기#

To run Dash Core for the first time, either open Launchpad or browse to your Applications folder in Finder. Double-click Dash Core or Dash-Qt to start the application. You may see a warning about opening an app downloaded from the internet. Simply click Open to continue launching the application.

../../../../_images/download-warning.png

Unblocking macOS from running Dash Core#

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

../../../../_images/112415002.png

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

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

../../../../_images/112415017.png

대시 코어 시작하기#

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

Once Dash Core is successfully installed and started, you will see the wallet overview screen. The status bar at the bottom of the window will show the synchronization progress.

../../../../_images/112415040.png

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

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

../../../../_images/112596642.png

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

You can now create a wallet to send and receive funds.

Creating your Dash Wallet#

Added in version v20.1.0: HD wallets are now created by default.

If no wallet files are loaded, 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. HD wallets are created by default. See the advanced topics section for information about HD wallets.

../../../../_images/dash-create-wallet-prompt1.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/wallet-name.png

Setting your password#

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

../../../../_images/112596740.png

암호문을 입력합니다.#

Following that, you will get a standard warning.

../../../../_images/112596745.png

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

Backing up your mnemonic#

Dash Core will display your mnemonic phrase (also called a recovery phrase) for all wallets (encrypted or not). This phrase can be used to restore your wallet if you lose access to your device.

경고

CRITICAL: If you lose your mnemonic seed phrase, you will permanently lose access to your wallet and all funds. Write it down on paper (not digitally) and store it in a safe, secure location. Never share your mnemonic with anyone.

../../../../_images/dash-mnemonic-save1.png

Mnemonic phrase backup prompt#

Click the Show button to reveal your mnemonic phrase. Then, write down all the words in order and check the “I have written down my mnemonic” checkbox to continue.

../../../../_images/dash-mnemonic-save-show1.png

Revealing the mnemonic phrase#

Dash Core will then ask you to verify that you correctly saved the phrase by entering specific words from your mnemonic. Enter the requested words to confirm you have properly saved your mnemonic phrase.

As you enter each word correctly, a green checkmark will appear beside it. Once you have successfully verified your mnemonic, click Continue to complete the wallet creation process.

../../../../_images/dash-mnemonic-save-confirm1.png

Mnemonic verification#

참고

For more information about HD wallets and how to view or restore your mnemonic phrase later, see the advanced topics section.

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

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

To encrypt your wallet, click Settings > Encrypt Wallet.

../../../../_images/112596735.png

대시 지갑을 암호문으로 암호화하고 있습니다.#

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

../../../../_images/112596740.png

암호문을 입력합니다.#

../../../../_images/112596745.png

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

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

../../../../_images/112596927.png

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

이제 당신은 지갑을 이용하여 자금을 안전하게 보내고 받을 수 있습니다.