Skip to content

Commit b7a9c0d

Browse files
add migrate to teku page (#344)
* add migrate to teku page * Add checkpoint start and some other links * minor edits * fix links Co-authored-by: Ben Edgington <[email protected]>
1 parent 51400ec commit b7a9c0d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
description: Migrate to Teku guide
3+
---
4+
5+
# Migrate to Teku
6+
7+
Migrate from a different Ethereum consensus client to Teku to contribute to [client diversity](https://clientdiversity.org/).
8+
9+
When migrating from a different client, consider the following:
10+
11+
- You can [import a slashing protection database](../../Reference/CLI/Subcommands/Slashing-Protection.md#import).
12+
- You might need to update your [network ports](../Find-and-Connect/Improve-Connectivity.md).
13+
- The way Teku handles [validator keys](../../Reference/CLI/CLI-Syntax.md#validator-keys) might differ from your previous client.
14+
Teku also supports [using Web3Signer](../External-Signer/Use-External-Signer.md).
15+
- You can skip the long initial sync period by using Teku's [checkpoint start](../Get-Started/Checkpoint-Start.md) capability.
16+
17+
Find guides to switch from specific clients on the [client diversity website](https://clientdiversity.org/#switch).

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ nav:
6363
- Connect to Mainnet: HowTo/Get-Started/Connect/Connect-To-Mainnet.md
6464
- Connect to a testnet: HowTo/Get-Started/Connect/Connect-To-Testnet.md
6565
- Start Teku from a recent state: HowTo/Get-Started/Checkpoint-Start.md
66+
- Migrate to Teku: HowTo/Get-Started/Migrate-to-Teku.md
6667
- External signing:
6768
- Use an external signer: HowTo/External-Signer/Use-External-Signer.md
6869
- Load validators without restarting: HowTo/Load-Validators-No-Restart.md

0 commit comments

Comments
 (0)