From 802050d6390199c2dbb0f73bc4cbdbbd7e23db30 Mon Sep 17 00:00:00 2001 From: a-warhol001 <108026886+a-warhol001@users.noreply.github.com> Date: Sun, 24 Sep 2023 09:51:54 +0800 Subject: [PATCH 1/2] Misstatements and duplicates in the description The description of grafana was incorrect and has been corrected. --- packages/website/pages/docs/guides/run-a-taiko-node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/pages/docs/guides/run-a-taiko-node.mdx b/packages/website/pages/docs/guides/run-a-taiko-node.mdx index 5a51295d2ee..97f7f0c117b 100644 --- a/packages/website/pages/docs/guides/run-a-taiko-node.mdx +++ b/packages/website/pages/docs/guides/run-a-taiko-node.mdx @@ -188,7 +188,7 @@ curl http://localhost:8547 \ sudo docker compose logs -f ``` -If you find an error, check the [Node troubleshooting](/docs/reference/node-troubleshooting) page. +If you open the grafana dashboard and the chain head is increasing as shown in the image below, the node is working properly.
From d99114b961e073250e8b85940a842d29d1dbb8b4 Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:10:54 +0700 Subject: [PATCH 2/2] updates --- .../pages/docs/guides/run-a-taiko-node.mdx | 23 ++++++++----------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/packages/website/pages/docs/guides/run-a-taiko-node.mdx b/packages/website/pages/docs/guides/run-a-taiko-node.mdx index 97f7f0c117b..7a966bd2dec 100644 --- a/packages/website/pages/docs/guides/run-a-taiko-node.mdx +++ b/packages/website/pages/docs/guides/run-a-taiko-node.mdx @@ -154,7 +154,15 @@ sudo docker compose up -d A node dashboard will be running on `localhost` on the `GRAFANA_PORT` you set in your `.env` file, which defaults to `3001`: [http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview](http://localhost:3001/d/L2ExecutionEngine/l2-execution-engine-overview). -You can verify that your node is syncing by checking the **chain head** on the dashboard and seeing that it is increasing. Once the chain head matches what's on the block explorer, you are fully synced. +
+taiko node dashboard + +You can verify that your node is syncing by checking that the **chain head** on the dashboard (see above) is increasing. Once the chain head matches what's on the block explorer, you are fully synced. #### Check with curl commands @@ -188,19 +196,6 @@ curl http://localhost:8547 \ sudo docker compose logs -f ``` -If you open the grafana dashboard and the chain head is increasing as shown in the image below, the node is working properly. - -
- -taiko node dashboard - -If you find an error, check the [Node troubleshooting](/docs/reference/node-troubleshooting) page. - ### Operate the node You can find all node operations (eg. stop node, update node, remove node, view logs) in the [Node runner manual](/docs/manuals/node-runner-manual).