From 582fd6a7244ed486acdf64407a7ff8a85885ae72 Mon Sep 17 00:00:00 2001 From: Martin Lang <47434720+gitmachtl@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:47:28 +0100 Subject: [PATCH] New release: cardano-signer 1.13.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85ce366..fca777a 100644 --- a/README.md +++ b/README.md @@ -874,16 +874,16 @@ Output - JSON Format: } } ``` -As you can see, this generate a new keypair from new random mnemonics for the given derivation path `1852H/1815H/0H/0/0`. You can also use the format "1852'/1815'/0'/0/0" for the path, just make sure you put the whole path in doublequotes. +As you can see, this generates a new keypair with random mnemonics for the given derivation path `1852H/1815H/0H/0/0`. You can also use the format "1852'/1815'/0'/0/0" for the path, just make sure you put the whole path in doublequotes. -This generated mnemonics is the Shelley(Icarus) standard mnemonic and will work with all major wallets like Eternl, Typhoon, etc. +This generated mnemonics are in the Shelley(Icarus) standard BIP39 format and will work with all major wallets like Eternl, Typhoon, etc. Also a `Xpub...` key was generated, which can be used to view wallet data in external tracking apps.
### Generate .skey/.vkey files -Like with the normal ed25519 keys, use the `--out-skey` & `--out-vkey` parameter to directly write out .skey/.vkey files. +Like with the normal ed25519 keys, use the `--out-skey` & `--out-vkey` parameters to directly write out .skey/.vkey files. ``` console cardano-signer keygen \ --path 1852H/1815H/0H/2/0 \