Prysm
.
├── auth-token
├── tosaccepted
└── validator.dbImport validator keys
prysm_wallet_password:
- src: molecule/resources/test_validator_keystores/{{ prysm_wallet_file_name }}
dest: "{{ blockchain_root_path }}/validator/prysm/{{ prysm_wallet_file_name }}"- --keys-dir={{ container_keystore_dir }}
- --wallet-dir={{ prysm_wallet_dir }}
- --wallet-password-file={{ prysm_wallet_password_file }}
- --account-password-file={{ container_keystore_dir }}/{{ keystore_password_file }}Import command output
Data directory structure after keys import
Slashing protection db import
Import command output
Slashing protection DB export
Export command output
Last updated