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..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 find an error, check the [Node troubleshooting](/docs/reference/node-troubleshooting) page. - -
- -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).