Post
Share your knowledge.
CarlkawIy259
Dec 21, 2024
Expert Q&A
How to Convert and Import an Old Private Key Successfully
How can I import my wallet if my old private key is invalid?
- Sui
- Architecture
2
2
Share
Comments
Answers
2Pluto Dev👽291
Dec 21 2024, 16:36To resolve this, you need to convert your private key to the latest format using the Sui CLI tool. Download the CLI and use the command 'sui keytool convert'. Documentation can be found here: https://docs.sui.io/references/cli/keytool
2
Best Answer
Comments
Raju165
Dec 21 2024, 23:53If the error message you see suggests that the private key is invalid it also probably advises using a Bech32 encoded 33-byte string. Check details how to solve it here: https://github.com/sui-foundation/sips/blob/main/sips/sip-15.md
1
Comments
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
364Posts503Answers
Bounty Posts
- Why does BCS require exact field order for deserialization when Move structs have named fields?53
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution42
- Sui Transaction Failing: Objects Reserved for Another Transaction24
- How do ability constraints interact with dynamic fields in heterogeneous collections?04