From ea68a9d0851391f2127ee5a41c7f78823fbc75b4 Mon Sep 17 00:00:00 2001 From: Chetan Phirke Date: Mon, 10 Feb 2025 11:09:08 +0800 Subject: [PATCH] update --- zq2/docs/nodes/checkpoint.md | 2 +- zq2/docs/nodes/validatormonitoring.md | 4 ++-- zq2/mkdocs.in.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zq2/docs/nodes/checkpoint.md b/zq2/docs/nodes/checkpoint.md index 3e75da9..cbadd93 100644 --- a/zq2/docs/nodes/checkpoint.md +++ b/zq2/docs/nodes/checkpoint.md @@ -9,7 +9,7 @@ Checkpoints in nodes serve as specific reference points within the blockchain, a ## Syncing a Node from a Checkpoint -Before proceeding, ensure you have completed the [Node Setup](../nodes/nodes.md#setting-up-your-environment-and-building-zq2-node) section. +Before proceeding, ensure you have completed the [Node Setup](../nodes/node.md#setting-up-your-node) section. For **prototestnet**, you will need the `zq2-prototestnet.toml` configuration file and the `start_node.sh` script, both generated during the setup process. Similarly, for **protomainnet**, you will use the `zq2-protomainnet.toml` configuration file. diff --git a/zq2/docs/nodes/validatormonitoring.md b/zq2/docs/nodes/validatormonitoring.md index 9f1669f..c2e6346 100644 --- a/zq2/docs/nodes/validatormonitoring.md +++ b/zq2/docs/nodes/validatormonitoring.md @@ -37,7 +37,7 @@ docker run -d -ti --platform linux/x86_64 \ | Option | Description | Default | | ------------ | ----------------------------------------------------------------------------------------- | ------------ | -| `--platform` | The platform architecture for the Docker container (e.g., `linux/x86_64`, `linux/arm64`, `windows/amd64`, `darwin/amd64` etc). | User-defined | +| `--platform` | The platform architecture for the Docker container (e.g., `linux/x86_64`, `linux/arm64`, `windows/amd64`, `darwin/amd64`). | User-defined | | `--net=host` | Uses the host network, allowing the container to share the network stack with the host. | Enabled | @@ -48,7 +48,7 @@ docker run -d -ti --platform linux/x86_64 \ | ----------------- | -------------------------------------------------------------------- | ----------- | | `RPC_HOST` | Host machine of the validator node. | `localhost` | | `RPC_PORT` | RPC port number exposed by the validator node. | `4202` | -| `LISTENING_PORT` | P2P communication port of the validator node.. | `3333` | +| `LISTENING_PORT` | P2P communication port of the validator node. | `3333` | | `INSTANCE_NAME` | Name to register for your validator. | N/A | | `CONTACT_DETAILS` | Node operator's contact information. | N/A | | `WS_SERVER` | WebSocket server URL for dashboard communication.
For prototestnet: `ws://stats.zq2-prototestnet.zilliqa.com`
For protomainnet: `ws://stats.zq2-protomainnet.zilliqa.com` | N/A | diff --git a/zq2/mkdocs.in.yaml b/zq2/mkdocs.in.yaml index 26b6392..23a7184 100644 --- a/zq2/mkdocs.in.yaml +++ b/zq2/mkdocs.in.yaml @@ -8,7 +8,7 @@ nav: - Nodes: nodes/node.md - Checkpoints: nodes/checkpoint.md - Node FAQ: nodes/nodefaq.md - - Node Monitoring: nodes/validatormonitoring.md + - Validator Monitoring: nodes/validatormonitoring.md - Tools and SDKs: sdk.md - $use_zq2_from - $APIs