Skip to content

Commit

Permalink
Fix minor errors innetwork.md and cli/index.md (#637)
Browse files Browse the repository at this point in the history
* fix network.md

* fix index.md

* Update index.md

* Update docs/how-to/troubleshoot/network.md

---------

Co-authored-by: Alexandra Carrillo <[email protected]>
  • Loading branch information
vipocenka and alexandratran authored Mar 4, 2025
1 parent efc8ecb commit ab6849a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/how-to/troubleshoot/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The [`--initial-state`](../../reference/cli/index.md#initial-state) option is on
restart an existing sync process with checkpoint sync, do the following:

1. Stop the current Teku sync process.
1. Delete the `beacon` directory under your [data path](../../reference/cli/index.md#data-base-path-data-path).
1. Start teku with the [`--initial-state`](../../reference/cli/index.md#initial-state) option .
2. Delete the `beacon` directory under your [data path](../../reference/cli/index.md#data-base-path-data-path).
3. Start Teku with the [`--initial-state`](../../reference/cli/index.md#initial-state) option.

Teku will sync within a few minutes, and downloads historic blocks in the background, so it can
help any peers that are syncing from genesis. Teku can run validators and attest while historic blocks are being downloaded.
Expand Down Expand Up @@ -147,7 +147,7 @@ Having zero time drift is impossible in practice. The Ethereum protocol has been
References:
- [Monitoring a Linux host with Prometheus and node_exporter](https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-prometheus/prometheus-config-examples/noagent_linuxnode/)
- [Node Exporter Grafana Dashboard](https://grafana.com/grafana/dashboards/1860-node-exporter-full/)
- [Using `chrony`` to configure NTP](https://ubuntu.com/blog/ubuntu-bionic-using-chrony-to-configure-ntp)
- [Using `chrony` to configure NTP](https://ubuntu.com/blog/ubuntu-bionic-using-chrony-to-configure-ntp)
- [Why clock sync matters in Ethereum 2.0](https://hackmd.io/@ericsson49/BJfLjEX-8)

## Address missing attestations or non-inclusion issues
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ TEKU_DATA_BEACON_PATH=/home/me/me_beacon
<TabItem value="Configuration file" label="Configuration file" >

```bash
data-beacon-path: "/home/me/me_beaon"
data-beacon-path: "/home/me/me_beacon"
```

</TabItem>
Expand Down

0 comments on commit ab6849a

Please sign in to comment.