Skip to content

Commit

Permalink
add migrate to teku page (#344)
Browse files Browse the repository at this point in the history
* add migrate to teku page

* Add checkpoint start and some other links

* minor edits

* fix links

Co-authored-by: Ben Edgington <ben@benjaminion.xyz>
  • Loading branch information
alexandratran and benjaminion committed Feb 17, 2022
1 parent 51400ec commit b7a9c0d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/HowTo/Get-Started/Migrate-to-Teku.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
description: Migrate to Teku guide
---

# Migrate to Teku

Migrate from a different Ethereum consensus client to Teku to contribute to [client diversity](https://clientdiversity.org/).

When migrating from a different client, consider the following:

- You can [import a slashing protection database](../../Reference/CLI/Subcommands/Slashing-Protection.md#import).
- You might need to update your [network ports](../Find-and-Connect/Improve-Connectivity.md).
- The way Teku handles [validator keys](../../Reference/CLI/CLI-Syntax.md#validator-keys) might differ from your previous client.
Teku also supports [using Web3Signer](../External-Signer/Use-External-Signer.md).
- You can skip the long initial sync period by using Teku's [checkpoint start](../Get-Started/Checkpoint-Start.md) capability.

Find guides to switch from specific clients on the [client diversity website](https://clientdiversity.org/#switch).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ nav:
- Connect to Mainnet: HowTo/Get-Started/Connect/Connect-To-Mainnet.md
- Connect to a testnet: HowTo/Get-Started/Connect/Connect-To-Testnet.md
- Start Teku from a recent state: HowTo/Get-Started/Checkpoint-Start.md
- Migrate to Teku: HowTo/Get-Started/Migrate-to-Teku.md
- External signing:
- Use an external signer: HowTo/External-Signer/Use-External-Signer.md
- Load validators without restarting: HowTo/Load-Validators-No-Restart.md
Expand Down

0 comments on commit b7a9c0d

Please sign in to comment.