パブリックTZ1アドレスの派生パスを見つけることは可能でしょうか
1 回答
- 投票
PKHがtz1 *アドレスであるとすると、このアドレスがどのように派生したかについて2/3の部分がわかります.欠落しているのは、派生パスだけです.
1-元帳デバイスのシードフレーズ(元帳デバイスの所有権を介して既知であると想定)
2-tz1 *=ed25519署名曲線
3-派生パス
に記載されているとおりこの質問とあなたの質問では、TezBoxのデフォルトは44'/1729'/0'/0'
です.派生パスと/0'/1'
の次の増分はPKHを生成しないと述べたので、次に実行する手順は次のとおりです.
1- デバイスと署名曲線が正しいことを絶対に確認してください
2a-TezosWalletがデバイスで開いているときにtezos-client list connected ledgers
を実行し、次に提供される最初のimport
コマンドを実行します-tezos-client import secret key ledger_yourstruly "ledger://adjective-animal-adjective-animal/ed25519/0'/0'"
をインポートしてから、派生パスをインクリメントし、妥当な数の組み合わせを試し続けます.
2b-ルートパスも確認する必要があります-tezos-client import secret key ledger_yourstruly "ledger://adjective-animal-adjective-animal/ed25519/"
頑張ってください!
Assuming your PKH is a tz1* address, we would know 2/3 parts of how this address was derived, the only part missing would be your derivation path.
1 - seed phrase of the ledger device (assumed known via Ledger device ownership)
2 - tz1* = ed25519 signing curve
3 - Derivation Path
As noted on this question and yours, TezBox defaults to 44'/1729'/0'/0'
. Since you've mentioned that derivation path and the next increment of /0'/1'
do not generate your PKH, the next steps I would take are:
1 - Confirm that you are absolutely sure you have the device and signing curve correct
2a - Run tezos-client list connected ledgers
when Tezos Wallet is open on the device, then run the first import
command it provides - tezos-client import secret key ledger_yourstruly "ledger://adjective-animal-adjective-animal/ed25519/0'/0'"
, and then increment the derivation path and keep trying a reasonable number of combinations.
2b - You should also check the root path - tezos-client import secret key ledger_yourstruly "ledger://adjective-animal-adjective-animal/ed25519/"
Best of luck!
使用した元の元帳派生パスが見つかりません.Tezboxのデフォルト値であることがわかっているすべての組み合わせを試しました. 44 '/1729'/0 '/0' 44 '/1729' 44 '/1729'/0 '/1' 等 現在のパブリックアドレスは表示されません.