Tezos CLI, Ledger Nano, Tezbox 및 HD 지갑 : 내 xtz 액세스 문제
-
-
안녕하세요,tezos 스택 교환에 오신 것을 환영합니다!참조하는 문서의 링크를 제공하십시오.더 잘 이해하는 데 도움이 될 것입니다. 감사합니다!hi, welcome to tezos stack exchange! please provide link of the docs you are referring to. It will help understand better, thanks!
- 0
- 2019-04-14
- Ezy
-
H,당신은 파생 경로의 마지막 두 부분을 무차별 대입하려고했지만 3 ≠ 곡선으로 시도 했습니까?H, you say you tried to brute force the last 2 parts of the derivation path, but did you try them with the 3 ≠ curves?
- 0
- 2019-04-14
- Seb Mondet
-
안녕하세요 Seb,나는 기본적으로ed25519 곡선 체계를 사용하는tezbox 및tezos 응용 프로그램을 가정했습니다.그렇지 않을 수 있다고 생각하십니까?-이 설정을 변경하지 않았기 때문입니다.신청 측에서 변경이 가능한지 확인하기 위해 조사하겠습니다.Hi Seb, I assumed tezbox and tezos application used by default the ed25519 curve scheme. Do you think it could be otherwise?--because I did not change this setup. I will look into that to check if it can have been changed on the application side.
- 0
- 2019-04-15
- tndnz
-
@Ezy,감사합니다.BTW 내가 아닌 게시물을 편집 한 것에 대해 사과하고 싶었지만 새로운 사용자로서 나는 대답하거나 댓글을 달 수 없었습니다.답을 얻기 위해 서두른 결과 였지만 규칙을 우회하거나 토론을 오염시키려는 의도는 아니 었습니다.그 죄송합니다.@Ezy, thank you. BTW I wanted to apologize before for the editing of a post which was not mine, but as a new user I could not answer or comment. It was really more the result of rush to try to get an answer, but not intended to bypass rules or pollute discussions. Sorry for that.
- 0
- 2019-04-15
- tndnz
-
최근에 TezBox를 통해 Ledger Nano S에 액세스 할 수 없습니다.경로 (`44 '/1729'/0 '/0'`)가 잘못된 것 같습니다.다른 경로 인 '44'/1729 '/0'/0 '/0'`을 사용하는 Galleon을 사용하여 액세스 할 수 있습니다.이것이 내 원장에만 해당되는지 확실하지 않지만 도움이되기를 바랍니다.Recently I could not access my Ledger Nano S via TezBox. The path (`44'/1729'/0'/0'`) seems wrong. I could access it using Galleon, which uses a different path: `44'/1729'/0'/0'/0'`. Not sure if this is specific to my Ledger or not, but I hope it helps.
- 0
- 2019-04-18
- palthk_on
-
안녕하세요 @pathk_on,제안 해 주셔서 감사합니다.처음에tezbox를 통해 원장을 연결하고 44 '/1729'/0 '/0'기본 PATH 계층 구조를 따라 연결하면 문제가 변경되지 않습니다.레벨을 추가 할 수 있지만 Tezos CLI`tezos-clientimport secret key your_ledger "ledger ://animals-animals-strange-incantation/ed25519/0 '/0'/0 '"`을 통해 동일한 PKH를 찾아야합니다. 여기서이 추가 '레벨'을 추가합니다.어쨌든 감사합니다.Hello @pathk_on, thanks for the suggestion. It does not change my problem as I initially linked my ledger via tezbox, and by doing so following the 44'/1729'/0'/0' default PATH hierarchy. You can add a level, but you should find the same PKH through Tezos CLI `tezos-client import secret key your_ledger "ledger://animals-animals-strange-incantation/ed25519/0'/0'/0'"` where you add this extra 'level'. Thanks anyway.
- 0
- 2019-04-23
- tndnz
-
이 문제를 해결 했습니까?나는 똑같은 문제가 있습니다.허용되면 이전 주소를 원장으로 마이그레이션했습니다.이제 내tezos에 액세스 할 수 없습니다.did you solve this problem. I have the same exact problem. I migrated my old address into the ledger when Allowed. now I can't access my tezos.
- 0
- 2020-05-26
- jared c
-
1 대답
- 투표
-
- 2019-04-17
귀하의 주소가 루트 경로 일 가능성이 높습니다. 파생 경로없이 가져 오기 명령을 시도하는 것이 좋습니다.
tezos-client
는 몇 달 전에 변경되었습니다. 이전에는 6 개의 가져 오기 명령 옵션을 표시했습니다. 처음 3 개는 루트 경로 3 개 (각 서명 큐에 대해 1 개)와 파생 경로가있는 3 개,즉 <코드>/0 '/0'tezos-clientimport secret key ledger_yourstruly "ledger ://adjective-animal-adjective-animal/ed25519/"
It is most likely that your address is the root path - I recommend trying the import command without the derivation path.
tezos-client
did change a few months ago: it used to show 6 import command options - the first three were the 3 root paths (1 for each signing cuve) and 3 with a derivation path, i.e./0'/0'
I suspect you'll find your missing address using
tezos-client import secret key ledger_yourstruly "ledger://adjective-animal-adjective-animal/ed25519/"
-
고마워요,하지만 아니에요. 저는 이미 수동으로 작은 스크립트를 통해 시도했습니다.그러나 나는 당신이 언급 한 변화에 주목합니다.Thanks, but no, I tried already this manually and through my bruteforce small script. But I do take note of the change that you mention.
- 0
- 2019-04-23
- tndnz
-
알겠습니다. 도움이 될만한 것이 _one_ 더 있습니다.불행히도bash로 인해 따옴표가 있거나없는 경로를 입력하면 파생 주소가 변경됩니다.이를 방지하기 위해 조정 중이지만 그동안 두 가지를 모두 시도하는 것이 좋습니다.예를 들면 : `./tezos-clientimport secret key
"ledger :// /secp256k1/0 '/0'"` PKH가 `./tezos-clientimport secret key ledger :// /secp256k1/0 '/0'` Ok, I have _one_ more thing that may help. Unfortunately due to bash, entering the path with/without quotes changes the derived address. We are making adjustments to prevent this, but in the meantime, I recommend trying both. For instance: `./tezos-client import secret key"ledger:// /secp256k1/0'/0'"` results in a different PKH than `./tezos-client import secret key ledger:// /secp256k1/0'/0'` - 0
- 2019-04-24
- mikereinhart
-
나는 이것을 포함하기 위해 내 무차별 대입 스크립트를 다시 시도 할 것입니다.성공하면 계속 업데이트하겠습니다.도와 주셔서 감사합니다.I am going to try agagin my bruteforce script to include this. I will keep you updated if it succeeds. Thanks a lot you for your help.
- 0
- 2019-04-25
- tndnz
-
어떻게 진행되는지 알려주세요!Let us know how it goes!
- 0
- 2019-04-30
- mikereinhart
Ledgernano S 문서 (HD Wallet 및 BIP39/BIP44 파생 경로,BOLOS 시스템 포함, https://ledger.readthedocs.io/en/latest/background/introduction.html ). 또한 내가 만들 수있는 오류를 더 잘 이해하기 위해 다른 소스를 살펴 보거나 값을 테스트하고 내 PKH를 찾기 위해 더 나은 스크립트를 만들기 위해 재사용 할 수있는 코드를 살펴 보았습니다. https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki # use-cases https://iancoleman.io/bip39/ 나는 지금까지 무차별 대입보다 더 나은 것을 찾지 못했습니다 (원장이 제공하는 보안이 유일한 솔루션을 강제합니다. 괜찮습니다).
제 질문은 다음과 같습니다.
나는 다른 사람 (나를 제외하고)을 비난하고 싶지 않지만,내 xtz 토큰에 다시 액세스하기 위해 조사에 중요한 정보 만 가지고 있음을 분명히하고 싶습니다.
답변에 미리 감사드립니다!