operator-guides: made todo notes

This commit is contained in:
serinko
2023-07-14 17:17:07 +02:00
committed by mfahampshire
parent 55cd1a8b91
commit 9a76db479b
3 changed files with 13 additions and 1 deletions
+2
View File
@@ -10,5 +10,7 @@ Hi, do you know if it's on the roadmap for network nodes (requesters, socks5 cli
you should be able to switch gateway (and overwrite keys) using —force-register
make a note that the keys will be overwritten in bold when you're noting it in the operators guides
--->
@@ -1,3 +1,7 @@
<!---
TODO
- [ ] Move ## VPS Setup and Automation to ./maintenance.md and merge it with mixnode and NR automation setup.
--->
# Gateways
> The Nym gateway was built in the [building nym](../binaries/building-nym.md) section. If you haven't yet built Nym and want to run the code, go there first.
@@ -153,9 +157,11 @@ You can either do this graphically via the Desktop Wallet, or the CLI.
#### Updating node information via the Desktop Wallet
* Navigate to the `Bonding` page and click the `Node Settings` link in the top right corner:
/
![Bonding page](../images/wallet-screenshots/bonding.png)
* Update the fields in the `Node Settings` page and click `Submit changes to the blockchain`.
/
![Node Settings Page](../images/wallet-screenshots/node_settings.png)
#### Updating node information via the CLI
@@ -244,7 +250,7 @@ This lets your operating system know it's ok to reload the service configuration
Numerous gateway related API endpoints are documented on the Validator API's [Swagger Documentation](https://validator.nymtech.net/api/swagger/index.html). There you can also try out various requests from your broswer, and download the response from the API. Swagger will also show you what commands it is running, so that you can run these from an app or from your CLI if you prefer.
## Ports
All gateway specific port configuration can be found in `$HOME/.nym/gateways/<your-id>/config/config.toml`. If you do edit any port configs, remember to restart your gateway.
All gateway specific port configuration can be found in `$HOME/.nym/gateways/<YOUR_ID>/config/config.toml`. If you do edit any port configs, remember to restart your gateway.
### Gateway port reference
| Default port | Use |
@@ -10,6 +10,10 @@ TODO
- [x] Add second console output to Initialising your mixnode manually as the automatized is not working
- [ ] Point users to understand the requirements for becoming a part of the active set.
- [ ] Include how to move a mix node from one VPS to another while keeping the delegation etc (ie init a new mix node and move `/home/nym/.nym/mixnodes/data/*` there ?)
- copy that dir over to the new vps
- re-run init - remember that init doesn't overwrite existing keys - to generate a config with the new listening address etc
- change the node info via the wallet
- Since otherwise their keys will point to the old IP address in the smart contract, and their node will (a) not be able to be connected to, and (b) fail uptime checks
- [ ] Explain more about self hosted nodes in the 6.1 not only as a troubleshooting
--->