tezos-clientへの元帳の追加
1 回答
- 投票
違いは、CLIによって提案されたデフォルトの派生パスにあります.両方で/0 '/0'を使用する場合(または両方で何も使用しない場合)、同じキーを取得する必要があります.
単語は、ルートtz1公開鍵ハッシュのハッシュ、および形容詞と動物のリストに基づいて派生しています.リストは十分に大きいので、キーが異なるが名前が同じ2つの元帳になってしまう可能性はほとんどありません.
The difference is in the default derivation path suggested by the cli. If you use /0'/0' in both (or nothing in both) you should get the same keys.
The words are derived based on the hash of the root tz1 public key hash, and a list of adjectives and animals. The lists are sufficiently big that it's reasonably unlikely that you'd end up with two ledgers having different keys but the same name.
以前のバージョンの
tezos-client
では、tezos-client show connected ledgers
を実行し、新しい元帳をインポートするために3つのコマンドを表示していました.たとえば、tezos-client import secret key XXX ledger://tz3RDC3Jdn4j15J7bBHZd29EUee9gVB1CxD9
.新しいバージョンの
tezos-client
では、推奨されるインポートコマンドが次のように変更されました: `tezos-clientimport secret key XXX" ledger://small-donkey-tattered-capybara/ed25519/0 '/0 '"どちらのコマンドも引き続き機能しますが、どちらもアドレスが異なります.
私の質問は、なぜそれらが異なるアドレスになるのかということです.さらに、2番目の例の4つの単語はどのように導き出されますか?