Error: cast-wallet-address --private-keys <RAW_PRIVATE_KEYS> Convert a private keys to an address. #5493
Replies: 1 comment 1 reply
-
You have to convert a single private key to a single address. The flag '--private-keys' is not found. cast wallet address --private-key 0x1ff690bb679fa3c09173e7e8ab2c1565a53350008933a2f97893a6b4cc2ac52d Consider this private key as exposed because it is posted on the internet |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run this command:
I am receiving this error while converting private keys into an address:
but in the documentation the
--private-keys <RAW_PRIVATE_KEYS>
command is available.Can someone help me figure out what the issue is?
Beta Was this translation helpful? Give feedback.
All reactions