-
Q: What's the syntax from the CLI to create additional addresses for alice or bob? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
fadeev
Sep 1, 2021
Replies: 2 comments 4 replies
-
Is it important for you to have another address derived from Alice's private key? If no, then you can just create another account. If yes, you can recover an account using Alice's mnemonic and specify a different index.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nandesu
-
If I use the recover and shift the index, does that invalidate the address
at the initial index?
Thanks for your input!
On Wed, Sep 1, 2021 at 1:33 PM Denis Fadeev ***@***.***> wrote:
Is it important for you to have another address derived from Alice's
private key? If no, then you can just create another account. If yes, you
can recover an account using Alice's mnemonic and specify a different index.
appd keys add alice-alt --index 2 --recover
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1522 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZHNDSXKUVUUBP7ZGCRGFLT7X6PZANCNFSM5DDT2QYA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
I have no slogan. . .
|
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
Is it important for you to have another address derived from Alice's private key? If no, then you can just create another account. If yes, you can recover an account using Alice's mnemonic and specify a different index.