一键导入
recreate-private-keys
Recreate private key shares for a Charon cluster while keeping the same validator public keys
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Recreate private key shares for a Charon cluster while keeping the same validator public keys
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Query the local Grafana/Prometheus/Loki stack shipped with this CDVN repo. Use when investigating cluster health, charon/beacon/EL errors, peer connectivity, validator performance, or log patterns against the locally-running monitoring stack (not Obol's hosted Grafana).
Add new operators to an existing Charon distributed validator cluster
Add new validators to an existing Charon distributed validator cluster
Export the anti-slashing database (EIP-3076) from the validator client
Import an anti-slashing database (EIP-3076) into the validator client
Remove operators from an existing Charon distributed validator cluster
| name | recreate-private-keys |
| description | Recreate private key shares for a Charon cluster while keeping the same validator public keys |
| user-invokable | true |
Warning: This is an alpha feature and is not yet recommended for production use.
Refresh private key shares held by operators while keeping the same validator public keys. Validators stay registered on the beacon chain - only the operator key shares change. All operators must participate simultaneously.
Before running, verify:
.env file exists with NETWORK and VC variables set.charon directory with cluster-lock.json and validator_keysjq installedRead scripts/edit/recreate-private-keys/README.md for full details if needed.
Ask the user whether they want to run with --dry-run first to preview the operation.
./scripts/edit/recreate-private-keys/recreate-private-keys.sh [--dry-run]
Set WORK_DIR env var to override the repository root directory if running from a custom location.
The script will:
.charon/ to ./backups/After completion, remind the user to wait ~2 epochs before starting containers.
Remind the user that all operators must run this script at the same time for the P2P ceremony to succeed.