prysmaticlabs / documentation

Documentation portal for all things Prysmatic / Eth2
https://docs.prylabs.network
39 stars 143 forks source link

Docs update request: /docs/advanced/migrating-keys #955

Open evilpotatoguy opened 3 months ago

evilpotatoguy commented 3 months ago

Source: https://docs.prylabs.network/docs/advanced/migrating-keys

Request: (how can we help?)

Slashing protection history file can get too big (mine was 178MB) and fail to import on the destination. Prysm will timeout trying to import to the keymanager, without specifying this. I had to import my Prysm-exported keystore files omitting the slashing history protection file to get the Prysm import to work.

james-prysm commented 3 months ago

there is an experimental --enable-minimal-slashing-protection flag that can probably reduce this, still needs more testing