공개 TZ1 주소에 대한 파생 경로를 찾을 수 있습니까
1 대답
- 투표
PKH가tz1 * 주소라고 가정하면이 주소가 파생 된 방법의 2/3 부분을 알 수 있으며 누락 된 유일한 부분은 파생 경로입니다.
1-원장 기기의 시드 문구 (원장 기기 소유권을 통해 알려진 것으로 가정)
2-tz1 *=ed25519 서명 곡선
3-파생 경로
에 명시된 바와 같이 이 질문 과 귀하의 질문에 TezBox의 기본값은 44'/1729'/0'/0'
입니다. 파생 경로와 /0'/1'
의 다음 증분은 PKH를 생성하지 않는다고 언급 했으므로 다음 단계는 다음과 같습니다.
1- 기기 및 서명 곡선이 정확하다는 확신을 절대적으로 확인
2a-디바이스에서 Tezos Wallet이 열려있을 때 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' 기타 현재 공개 주소를 표시하지 않습니다.