github.com/kotalco/kotal@v0.3.0/controllers/ethereum2/prysm_import_keystore.sh (about)

     1  #!/bin/sh
     2  
     3  set -e
     4  
     5  validator accounts import --accept-terms-of-use \
     6  --${KOTAL_NETWORK} \
     7  --wallet-dir=${KOTAL_DATA_PATH}/prysm-wallet \
     8  --keys-dir=${KOTAL_KEY_DIR}/keystore-${KOTAL_KEYSTORE_INDEX}.json \
     9  --account-password-file=${KOTAL_KEY_DIR}/password.txt \
    10  --wallet-password-file=${KOTAL_SECRETS_PATH}/prysm-wallet/prysm-wallet-password.txt