Tezos CLI, Ledger Nano, Tezbox e HD Wallet: problema di accesso al mio xtz
-
-
ciao,benvenutoin tezos stackexchange!siprega difornireil collegamento dei documenti a cui sifa riferimento.Aiuterà a capiremeglio,grazie!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,dici di averprovato aforzare le ultime 2parti delpercorso di derivazione,ma le haiprovate con le curve 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
-
Ciao Seb,hopensato chetezboxe l'applicazionetezos usassero di default lo schema della curvaed25519.Pensi chepotrebbeessere altrimenti? -perchénon ho cambiato questa configurazione.Loesamineròper verificare sepuòessere statomodificato sul lato dell'applicazione.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,grazie.Aproposito,volevo scusarmiprimaper lamodifica di unpost chenonerailmio,ma comenuovo utentenon hopotuto rispondere o commentare.In realtàerapiùil risultato dellafretta di cercare di ottenere una risposta,manonintendeva aggirare le regole oinquinare le discussioni.Scusaper quella cosa.@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
-
Di recentenon sono riuscito ad accedere almio Ledger Nano Stramite TezBox.Ilpercorso ("44"/1729/0 "/0") sembra sbagliato.Potrei accedervi usando Galleon,che usa unpercorso diverso: `44 '/1729'/0 '/0'/0'`.Non sono sicuro se questo sia specificoperilmio libromastro omeno,ma spero che aiuti.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
-
Ciao @pathk_on,grazieperil suggerimento.Non cambiailmioproblemapoichéinizialmente ho collegatoilmio libromastrotramitetezbox,seguendo lagerarchia PATHpredefinita di 44 '/1729'/0 '/0'.Puoi aggiungere un livello,ma dovrestitrovare lo stesso PKHtramite la CLI di Tezos `tezos-clientimport secret key your_ledger" ledger://animals-animals-strange-incantation/ed25519/0 '/0'/0 '"" doveaggiungi questo "livello"extra.Grazie comunque.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
-
hai risolto questoproblema.Ho lo stessoidenticoproblema.Homigratoilmio vecchioindirizzonel registro quando consentito.oranon riesco ad accedere aimiei 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 risposta
- voti
-
- 2019-04-17
Èmoltoprobabile cheiltuoindirizzo siailpercorso di root:ti consiglio diprovareil comandoimport senzailpercorso di derivazione.
tezos-client
è cambiato alcunimesifa:mostrava 6 opzioni di comando diimportazione: leprimetreeranoi 3percorsi di root (1per ogni cuve difirma)e 3 con unpercorso di derivazione,cioè/0 "/0" Sospetto chetroveraiiltuoindirizzomancante utilizzando
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/"
-
Grazie,mano,l'hogiàprovatomanualmentee tramiteilmiopiccolo scriptbruteforce.Maprendo atto del cambiamento di cuiparli.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
-
Ok,ho _una_ altra cosa chepotrebbeessere d'aiuto.Sfortunatamente a causa dibash,l'immissione delpercorso con/senza virgolette cambia l'indirizzo derivato.Stiamo apportandomodificheperevitare che ciò accada,manelfrattempo,consiglio diprovareentrambi.Peresempio: "./tezos-clientimport chiave segreta
" ledger:// /secp256k1/0 '/0' "" sitraducein un PKH diverso da `./tezos-clientimport chiave segreta 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
-
Proverò dinuovoilmio script diforzabrutaperincluderlo.Titerrò aggiornato se avrà successo.Graziemilleperiltuo aiuto.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
-
Fateci sapere come va!Let us know how it goes!
- 0
- 2019-04-30
- mikereinhart
Ho letto unaparte della documentazione di Ledgernano S (inclusi HD Wallete percorso di derivazione BIP39/BIP44e sistema BOLOS,chepuoitrovare su https://ledger.readthedocs.io/en/latest/background/introduction.html ). Ho ancheesaminato diversefonti,oper capiremeglio unerrore che avreipotuto commettere,o del codice chepotrei riutilizzareper creare uno scriptmigliorepertestarei valorie trovareilmio PKH: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki # casi d'uso https://iancoleman.io/bip39/ Fino ad oranon hotrovato dimeglio delbruteforcing (la sicurezza offerta dal registroimpone l'unica soluzione,il che è ok).
Quindi lemie domande sono:
Voglio chiariremolto chiaramente chenon voglioincolparenessun altro (tranneme),ma semplicemente avereinformazioni che sarebbero crucialiper lamiaindagineper accedere dinuovo aimiei token xtz.
Graziemillein anticipoper letue risposte!