From aaea2666f9b75833b32e8705e7f6a17e236ffbe4 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 18 Dec 2024 15:11:12 -0500 Subject: [PATCH] docs: remove v0.25 evonode upgrade instructions (#413) These should no longer be relevant to anyone --- .../masternodes/dashmate-upgrade-v0_25.rst | 92 ------------------- docs/user/masternodes/setup-evonode.rst | 5 +- 2 files changed, 2 insertions(+), 95 deletions(-) delete mode 100644 docs/user/masternodes/dashmate-upgrade-v0_25.rst diff --git a/docs/user/masternodes/dashmate-upgrade-v0_25.rst b/docs/user/masternodes/dashmate-upgrade-v0_25.rst deleted file mode 100644 index 8419410b7..000000000 --- a/docs/user/masternodes/dashmate-upgrade-v0_25.rst +++ /dev/null @@ -1,92 +0,0 @@ -.. meta:: - :description: This guide describes how to set up a Dash evolution masternode. - -.. _evonode-upgrade-from-dashmate-v0_25: - -=========================== -Upgrade from dashmate v0.25 -=========================== - -Check your current dashmate version to make sure you are on the right path:: - - dashmate --version - -Install the new dashmate version --------------------------------- - -1. Stop dashmate:: - - dashmate stop - -2. Download and install the `latest dashmate version - `__. For more details, refer to the - :ref:`install instructions `. - -3. Reset previous services to ensure compatibility with the new version:: - - dashmate reset --keep-data - -.. _evonode-setup-ssl: - -Set up SSL certificate ----------------------- - -There are two ways to set up SSL certificates: - -1. Register for the ZeroSSL service and set your API key. Since ZeroSSL provides an API, dashmate - can update your certificates automatically. The free plan only provides 3 free certificates (or 3 - renewals of 1 certificate). Other plans require paying with a credit card. -2. Obtain SSL certificates for your IP address using any available provider and upload certificate - files. `SSL Dragon `_ and `SuperbitHost - `_ are two options that accept cryptocurrency. - -Choose which option works best for you and follow the relevant steps below to configure dashmate -with your certificate. - -.. _evonode-setup-ssl-zerossl: - -ZeroSSL -~~~~~~~ - -1. Register on `https://zerossl.com/ `_. We recommend not using your personal - email address. -2. Log in and click ``Developer`` on the left sidebar. -3. Copy your ZeroSSL API key. **Do not create a "New certificate".** - -.. figure:: img/zerossl-developer-tab.png - :width: 75% - - ZeroSSL Developer tab showing the API key - -4. Set your ZeroSSL API key in dashmate:: - - dashmate config set platform.gateway.ssl.enabled true - dashmate config set platform.gateway.ssl.provider zerossl - dashmate config set platform.gateway.ssl.providerConfigs.zerossl.apiKey [YOUR-KEY] - dashmate ssl obtain - -.. _evonode-setup-ssl-files: - -Files -~~~~~ - -1. Update the dashmate config:: - - dashmate config set platform.gateway.ssl.enabled true - dashmate config set platform.gateway.ssl.provider file - -2. Copy ``bundle.crt`` and ``private.key`` to the dashmate home directory - ``$HOME/.dashmate/mainnet/platform/gateway/ssl`` - -Start dashmate node -------------------- - -1. Start the node:: - - dashmate start - -2. Make sure the node works properly by running the following status commands:: - - dashmate status - dashmate status core - dashmate status platform diff --git a/docs/user/masternodes/setup-evonode.rst b/docs/user/masternodes/setup-evonode.rst index 265ec08a2..97833676e 100644 --- a/docs/user/masternodes/setup-evonode.rst +++ b/docs/user/masternodes/setup-evonode.rst @@ -566,8 +566,8 @@ Please choose one which is suitable for you: 1. Upgrade an existing dashmate node. If you already have a dashmate-based evonode that meets the :ref:`minimum system requirements `, you just need to update - dashmate and obtain SSL certificates. You can upgrade from :ref:`dashmate v0.25 - ` or :ref:`dashmate v1.0 `. + dashmate and obtain SSL certificates. You can upgrade from :ref:`dashmate v1.0 + `. 2. :ref:`Set up a dashmate node on a new host `. If you are running an evonode with dashd on a host that does not meet the :ref:`minimum system requirements `, we recommend setting up a new server and migrating your evonode @@ -645,7 +645,6 @@ There are two ways to get SSL certificates: .. toctree:: :maxdepth: 1 - dashmate-upgrade-v0_25 dashmate-upgrade-v1 dashmate-new-host dashmate-existing-host