元帳BIP-44パスには4つの要素または5つの要素が必要ですか?
-
-
万が一、ガリオンの例へのリンクはありますか?グーグルですばやく検索しても何も見つかりませんでした.Do you have a link for the Galleon example by any chance? A quick Google search turned up nothing.
- 0
- 2019-01-29
- anonymous2
-
MacOSでGalleonアプリを起動して元帳に接続すると、アプリ自体がそのパスを報告します.https://aloha.pheme.app/@umurb/e25d7fbc-b40f-48d2-bdff-c4c2f0353818にもいくつかの言及がありますWhen I start up the Galleon app on MacOS and connect to ledger, the app itself reports that path. There is also some mention at https://aloha.pheme.app/@umurb/e25d7fbc-b40f-48d2-bdff-c4c2f0353818
- 0
- 2019-01-29
- Fred Yankowski
-
最終的には少し恣意的ですが、可能な限りbip 44をフォローし、5を使用するのは理にかなっていると思います.Ultimately it's a bit arbitrary, but I think it makes sense to try and follow bip 44 as much as possible and use 5.
- 0
- 2019-01-29
- Arthur B
-
1 回答
- 投票
-
- 2019-01-29
元帳アプリ自体は、派生パスが44 '/1729'で始まる限り、2コンポーネントから10までの任意の長さをサポートします.これにより、元帳はどちらの規則もサポートできるようになり、このサポートは無期限に継続されます.どちらの規則が優れているかについては、元帳開発者としての私の範囲外の論争です:-)しかし、規則を変更する必要はなく、優れたツールを使用すると、カスタムパスを入力できます.個人的には、コマンドラインが好きなので、tezos-clientの規則に従います.
The Ledger app itself supports any length from 2 components up to 10, as long as the derivation path starts with 44'/1729'. This allows the Ledger to support either convention, and this support will continue into the indefinite future. As for which convention is better, that is a controversy quite outside of my scope as a Ledger developer :-) but there is no strong need to change conventions and any good tool should allow you to enter a custom path. Personally, I go with the tezos-client convention because I prefer the command line.
-
コマンドラインのデフォルトは不変の選択ではありません.bip44で確認する価値があるかもしれません.The command line default is not an immutable choice, maybe it might be worth confirming it to bip44
- 1
- 2019-01-29
- Arthur B
Tezos元帳アプリの正しいBIP-44パス構造は何ですか?5つのパスコンポーネント(Galleonが使用する場合)または4つ(tezos-clientおよびTezboxが使用する場合)が必要ですか?
BIP-44仕様は5つのレベルのパスを定義していますそして、そのすべての例で5つすべてを使用します.最後の「インデックス」コンポーネントがオプションであることは明らかではありません.
Tezboxとtezos-clientはデフォルトで
m/44'/1729'/0'/0'
パスになっているように見えますが、Galleonはデフォルトでm/44'/1729'/0'/0'/0'
.