Tezos CLI、Ledger Nano、Tezbox、HD Wallet: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、派生パスの最後の2つの部分をブルートフォースしようとしたと言いますが、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、ありがとう.ところで、以前は自分のものではない投稿を編集してしまったことをお詫びしたいと思いましたが、新しいユーザーとしては回答もコメントもできませんでした.答えを得ようと急いでいた結果でしたが、ルールを迂回したり、議論を汚したりすることを意図したものではありませんでした.そのために残念.@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 NanoSにアクセスできませんでした.パス( `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階層に従ってリンクしたため、問題は変わりません.レベルを追加することはできますが、TezosCLIで同じPKHを見つける必要があります `tezos-clientimport secret key your_ledger" ledger://animals-animals-strange-incantation/ed25519/0 '/0'/0 '"` whereこの余分な「レベル」を追加します.とにかくありがとう.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
-
この問題を解決しましたか.私はまったく同じ問題を抱えています.許可されたときに、古いアドレスを元帳に移行しました.今、私は自分のテゾにアクセスできません.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
アドレスがルートパスである可能性が最も高いです-派生パスなしでimportコマンドを試すことをお勧めします.
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
-
わかりました.役立つことがもう1つあります.残念ながら、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のドキュメントの一部(HDWalletと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トークンに再度アクセスするための調査に不可欠な情報があるだけです.
ご回答ありがとうございます!