Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update for 20.0.3 #331

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/user/wallets/dashcore/installation-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ 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-20.0.2-x86_64-linux-gnu.tar.gz.asc
gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc

.. figure:: img/linux/setup-linux-gpg.png
:width: 400px
Expand All @@ -82,13 +82,13 @@ we will extract the executable file with a graphical user interface

Extract Dash Core as follows::

tar xzf dashcore-20.0.2-x86_64-linux-gnu.tar.gz
tar xzf dashcore-20.0.3-x86_64-linux-gnu.tar.gz

This will create a folder named ``dashcore-20.0.2`` in the current working
This will create a folder named ``dashcore-20.0.3`` 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-20.0.2/bin/*
sudo install -m 0755 -o root -g root -t /usr/local/bin dashcore-20.0.3/bin/*

Start Dash Core from the terminal with the following command::

Expand Down
2 changes: 1 addition & 1 deletion docs/user/wallets/dashcore/installation-macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ download as follows::

curl https://keybase.io/codablock/pgp_keys.asc | gpg --import
curl https://keybase.io/pasta/pgp_keys.asc | gpg --import
gpg --verify dashcore-20.0.2-osx.dmg.asc
gpg --verify dashcore-20.0.3-osx.dmg.asc


.. figure:: img/linux/setup-linux-gpg.png
Expand Down
6 changes: 3 additions & 3 deletions docs/user/wallets/dashcore/installation-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Import the key files and verify the Key-ID matches the ID above.

Skip any requests to certify the certificate with your own key. Next,
click **Decrypt/Verify...** and select the detached signature file named
``dashcore-20.0.2-win64-setup.exe.asc`` in the same folder as the
``dashcore-20.0.3-win64-setup.exe.asc`` in the same folder as the
downloaded installer.

.. figure:: img/windows/setup-windows-kleopatra-verify.png
Expand All @@ -75,8 +75,8 @@ downloaded installer.
Selecting the signature file for verification

If you see the first line of the message reads ``Verified
dashcore-20.0.2-win64-setup.exe with
dashcore-20.0.2-win64-setup.exe.asc`` then you have an authentic copy
dashcore-20.0.3-win64-setup.exe with
dashcore-20.0.3-win64-setup.exe.asc`` then you have an authentic copy
of Dash Core for Windows.

.. figure:: img/windows/setup-windows-kleopatra-verified.png
Expand Down