File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
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 ) .
Original file line number Diff line number Diff line change 63
63
- Connect to Mainnet : HowTo/Get-Started/Connect/Connect-To-Mainnet.md
64
64
- Connect to a testnet : HowTo/Get-Started/Connect/Connect-To-Testnet.md
65
65
- Start Teku from a recent state : HowTo/Get-Started/Checkpoint-Start.md
66
+ - Migrate to Teku : HowTo/Get-Started/Migrate-to-Teku.md
66
67
- External signing :
67
68
- Use an external signer : HowTo/External-Signer/Use-External-Signer.md
68
69
- Load validators without restarting : HowTo/Load-Validators-No-Restart.md
You can’t perform that action at this time.
0 commit comments