Installationsanleitung für macOS#

Diese Anleitung beschreibt wie die Dash Core Wallet für macOS heruntergeladen, installiert und verschlüsselt wird. Die Anleitung wurde für macOS Sierra geschrieben, sollte bei anderen Versionen aber nur minimal abweichen.

Dash Core Wallet herunterladen#

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

Die Webseite erkennt die richtige Wallet für das jeweilige Betriebssystem#

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.

Dash Core verifizieren#

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-20.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.

Bemerkung

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-20.1.0-x86_64-linux-gnu.tar.gz.asc

Dash Core installieren#

Der Downloadordner muss zunächst in Finder geöffnet werden. Danach muss die heruntergeladene .dmg Datei doppelt angeklickt werden, damit sie dekomprimiert wird. In einem Fenster wird nun der Inhalt der Datei angezeigt.

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

Dash Core .dmg Datei öffnen#

Die Dash Core App muss in den App-Ordner gezogen werden, damit Dash Core installiert wird.

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

Dash Core installieren#

Dash Core zum ersten Mal starten#

Um Dash Core zum ersten Mal zu starten, kann das Programm entweder über das Launchpad oder im App Verzeichnis von Finder geöffnet werden. Hierfür ist ein Doppelklick auf Dash Core oder Dash-QT erforderlich. Nach dem Doppelklick kann die Warnung erscheinen, dass die App von einem unbekannten Entwickler stammt. Um dieses Problem zu lösen ist ein Kontrollklick auf die App nötig, da durch diesen der Befehl Öffnen aus dem Kurzmenü ausgewählt werden und danach Öffnen auch im Dialogfenster angeklickt werden kann. Die App wird als Ausnahme zu den Sicherheitseinstellungen gespeichert werden und kann fortan, wie jede registrierte App, per Doppelklick geöffnet werden.

../../../../_images/112414895.png
../../../../_images/112414905.png

Entsperrung des macOS, um Dash Core zu starten#

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

Das Dash Core Verzeichnis auswählen#

Dash Core wird dann starten. Der Start wird beim ersten Mal etwas länger dauern als sonst, da Dash Core die kryptographischen Daten, welche die Wallet sichern, zuerst erstellen muss.

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

Dash Core starten#

Dash Core mit dem Dash-Netzwerk synchronisieren#

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

Dash Core startet sich mit dem Dash Netzwerk zu synchronisieren#

Während dieses Prozesses wird Dash Core eine volle Kopie der Dash Blockchains auf das Gerät herunterladen. Die Dauer hängt von der Internetgeschwindigkeit ab. Wenn die Nachricht „Keine Block Quelle verfügbar“ erscheint, überprüfe bitte die Internetverbindung. Wenn die Synchronisation abgeschlossen wurde, kannst du ein kleines blaues Häkchen in der unteren rechten Ecke sehen.

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

Die Dash Core Synchronisation ist vervollständigt#

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

Creating your Dash Wallet#

Neu 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

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

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

Passwort eingeben#

Following that, you will get a standard warning.

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

Bestätige bitte, dass du die Wallet verschlüsseln willst#

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

Dash-Wallet verschlüsseln#

Die Wallet wird über Einstellungen > Wallet verschlüsseln verschlüsselt.

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

Dash-Wallet mit einem Passwort verschlüsseln#

Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt.

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

Passwort eingeben#

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

Bestätige bitte, dass du die Wallet verschlüsseln willst#

Wenn der Verschlüsselungsprozess erfolgreich abgeschlossen wurde, erscheint eine Warnung, dass vorherige Backups der Wallet zukünftig nicht mehr verwendet werden können. Nachdem Dash Core heruntergefahren und neugestartet wurde erscheint am unteren rechten Rand des Fensters ein blaues Vorhängeschloss.

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

Vollständig verschlüsselte und synchronisierte Dash Core Wallet#

Du kannst nun mit der Nutzung der Wallet beginnen, um Dash sicher zu senden und empfangen.