operators: book build - minor issues remain
This commit is contained in:
@@ -52,9 +52,11 @@ minimum_rust_version = "1.66"
|
||||
platform_release_version = "v1.1.22"
|
||||
wallet_release_version = "v1.2.5"
|
||||
|
||||
[preprocessor.last-changed]
|
||||
command = "mdbook-last-changed"
|
||||
renderer = ["html"]
|
||||
|
||||
# [preprocessor.last-changed]
|
||||
# command = "mdbook-last-changed"
|
||||
# renderer = ["html"]
|
||||
|
||||
|
||||
# used for grabbing output of binary commands for automation
|
||||
# https://github.com/FauconFan/mdbook-cmdrun
|
||||
@@ -85,7 +87,7 @@ curly-quotes = true
|
||||
# mathjax-support = false # useful if we want to pull equations in
|
||||
copy-fonts = true
|
||||
no-section-label = false
|
||||
additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css", "last-changed.css"]
|
||||
additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css"] #,"last-changed.css"]
|
||||
additional-js = ["theme/pagetoc.js"]
|
||||
git-repository-url = "https://github.com/nymtech/nym"
|
||||
git-repository-icon = "fa-github"
|
||||
|
||||
@@ -18,6 +18,5 @@
|
||||
- [Nyx Validator Setup](./nodes/validator-setup.md)
|
||||
- [Maintenance](./nodes/maintenance.md)
|
||||
- [Troubleshooting](./nodes/troubleshooting.md)
|
||||
<!---
|
||||
- [FAQ](./faq.md)
|
||||
--->
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ For more detailed calculation, read our blog post [Nym Token Economics update](h
|
||||
|
||||
### Which VPS providers would you recommend?
|
||||
|
||||
Consider in which jurisdiction they reside and where they want to run a mix node. Do you want to pay by crypto or not and what are the other important particularities for your case? We always recommend operators to try to chose smaller and decentralized VPS providers over the most known ones controlling a majority of the internet. We recieve some good feedback on these: Hertzner, DigitalOcean, Linode, Ghandi and Exoscale. Do your own research and share with the community.
|
||||
Consider in which jurisdiction you reside and where do you want to run a mix node. Do you want to pay by crypto or not and what are the other important particularities for your case? We always recommend operators to try to chose smaller and decentralized VPS providers over the most known ones controlling a majority of the internet. We recieve some good feedback on these: Hertzner, DigitalOcean, Linode, Ghandi and Exoscale. Do your own research and share with the community.
|
||||
|
||||
### Why is a mixnode setup on a self-hosted machine so tricky?
|
||||
|
||||
|
||||
@@ -1,17 +1,3 @@
|
||||
<!---
|
||||
TODO
|
||||
- [x] Go through the entire doc and fix typos, coherency and conventions
|
||||
- [x] Add a short point to run a mix node on tmux shell on VPS
|
||||
- [x] Add path to target release
|
||||
- [x] Change variables into a unified and explicit ones
|
||||
- [x] Run the process along and create wallet screenshots of mixnode, not gateway
|
||||
- [x] Add step 2/3 in the wallet bonding
|
||||
- [x] Better picture alignment.
|
||||
- [x] Add second console output to Initialising your mixnode manually as the automatized is not working
|
||||
- [x] Explain more about self hosted nodes in the 6.1 not only as a troubleshooting
|
||||
- [x] Move the upgrade, automation, ulimit, vps, API and port parts to maintenance.md
|
||||
--->
|
||||
|
||||
# Mix Nodes
|
||||
|
||||
> The Nym mix node binary was built in the [building nym](https://nymtech.net/operators/binaries/building-nym.html) section. If you haven't yet built Nym and want to run the code, go there first.
|
||||
|
||||
Reference in New Issue
Block a user