是否可以找到公共TZ1地址
1 个回答
- 投票数
假设您的PKH是tz1 *地址,我们将知道该地址的2/3部分是如何派生的,唯一缺少的部分就是您的派生路径.
1-分类帐设备的种子短语(假定通过分类帐设备所有权已知)
2-tz1 *=ed25519签名曲线
3-派生路径
如所述这个问题和您的问题,TezBox默认为44'/1729'/0'/0'
.由于您已经提到派生路径和/0'/1'
的下一个增量不会生成您的PKH,因此我要采取的下一步是:
1-确认您绝对确定设备和签名曲线正确
2a-在设备上打开Tezos电子钱包后,运行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' 等等 没有显示我当前的公共地址.