From 0e312f66ead6f563d54fa3f4b4569b60c69e7690 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:46:26 +0100 Subject: [PATCH] make node upgrade steps more explicit --- documentation/operators/src/nodes/maintenance.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/operators/src/nodes/maintenance.md b/documentation/operators/src/nodes/maintenance.md index 38bf303da5..7668080295 100644 --- a/documentation/operators/src/nodes/maintenance.md +++ b/documentation/operators/src/nodes/maintenance.md @@ -36,7 +36,7 @@ systemctl daemon-reload # to pickup the new unit file systemctl start nym-.service journalctl -f -u .service # to monitor log of you node ``` - - if you haven't automatized, just run your `` ([Mix Node](./mix-node-setup.md#running-your-mix-node), [Gateway](./gateway-setup.md#running-your-gateway)) + - if your node is not automitized, just `run` your `` with `./nym- run --id `. Here are exact guidelines for [Mix Node](./mix-node-setup.md#running-your-mix-node) and [Gateway](./gateway-setup.md#running-your-gateway). If these steps are too difficult and you prefer to just run a script, you can use [ExploreNYM script](https://github.com/ExploreNYM/bash-tool) or one done by [Nym developers](https://gist.github.com/tommyv1987/4dca7cc175b70742c9ecb3d072eb8539). @@ -44,11 +44,11 @@ If these steps are too difficult and you prefer to just run a script, you can us > In case of a Network Requester this is all, the following step is only for Mix Nodes and Gateways. ### Step 2: Updating your node information in the smart contract -Follow these steps to update the information about your `` which is publicly available from the [Nym API](https://validator.nymtech.net/api/swagger/index.html) and information displayed on the [mixnet explorer](https://explorer.nymtech.net). +Follow these steps to update the information about your `` which is publicly available from the [`nym-api`](https://validator.nymtech.net/api/swagger/index.html) and information displayed on the [Mixnet explorer](https://explorer.nymtech.net). You can either do this graphically via the Desktop Wallet, or the CLI. -### Updating node information via the Desktop Wallet +### Updating node information via the Desktop Wallet (recommended) * Navigate to the `Bonding` page and click the `Node Settings` link in the top right corner: ![Bonding page](../images/wallet-screenshots/bonding.png)