You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only backup the private key , i'm trying ./prysm.sh validator accounts import --import-private-key-file=/root/ethereum/validator_keys/custom_key.txt But i need enter the keystore file path
Enter the directory or filepath where your keystores to import are located:
Description
How to generate the eth2.0 keystore file by private key
The text was updated successfully, but these errors were encountered:
you should be able to by providing where you want the keystores to be imported to
either by entering the path to your wallet or using the keys-dir flag. after doing that a keystore should be generated from the private key.
💎 Issue
How to import wallet by private key
Background
I only backup the private key , i'm trying
./prysm.sh validator accounts import --import-private-key-file=/root/ethereum/validator_keys/custom_key.txt
But i need enter the keystore file pathEnter the directory or filepath where your keystores to import are located:
Description
How to generate the eth2.0 keystore file by private key
The text was updated successfully, but these errors were encountered: