Tezos CLI, Ledger Nano, Tezbox y HD Wallet: problema para acceder a mi xtz
-
-
hola,bienvenido atezos stackexchange!proporcioneelenlace de los documentos a los que se refiere.Ayudará aentendermejor,¡gracias!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,dices quetrataste de aplicarfuerzabruta a las 2 últimaspartes de la ruta de derivación,pero ¿lasprobaste con las curvas de 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
-
Hola Seb,asumí que la aplicacióntezbox ytezos usabapor defectoelesquema de curvaed25519.¿Crees quepodría ser de otramanera? -porqueno cambiéesta configuración.Loinvestigarépara verificar si sepuede haber cambiadoen el lado de la aplicación.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,gracias.Por cierto,antes quería disculparmepor laedición de unapublicación quenoeramía,pero comonuevo usuarionopude responderni comentar.En realidad,fuemásel resultado de laprisaportratar de obtener una respuesta,perono con laintención deeludir las reglas o contaminar las discusiones.Lo sientoporeso.@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
-
Recientementenopude acceder ami Ledger Nano S através de TezBox.La ruta (`44 '/1729'/0 '/0'`)pareceincorrecta.Pude acceder a él usando Galleon,que usa una ruta diferente: `44 '/1729'/0 '/0'/0'`.Noestoy seguro de siestoesespecífico demi libromayor ono,peroespero que ayude.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
-
Hola @pathk_on,graciaspor la sugerencia.No cambiami problema ya queinicialmente vinculémi libromayor através detezbox,y al hacerlo siguiendo lajerarquía PATHpredeterminada de 44 '/1729'/0 '/0'.Puede agregar unnivel,pero debeencontrarelmismo PKH através de la CLI de Tezos `tezos-clientimport secret key your_ledger" ledger://animals-animals-strange-incantation/ed25519/0 '/0'/0 '"` dondeagregaeste 'nivel'extra.Gracias de cualquiermanera.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
-
Resolvisteesteproblema.Tengoexactamenteelmismoproblema.Migrémi antigua dirección al libromayor cuando se lopermitió.ahoranopuedo acceder amistezos.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 respuesta
- votos
-
- 2019-04-17
Lomásprobablees que su dirección sea la ruta raíz. Recomiendoprobarel comando deimportación sin la ruta de derivación.
tezos-client
cambió hace unosmeses: solíamostrar 6 opciones de comando deimportación; lastresprimeraseran las 3 rutas raíz (1para cada curva defirma) y 3 con una ruta de derivación,es decir/0'/0'
Sospecho queencontrarás la dirección quefalta usando
tezos-client import 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/"
-
Gracias,perono,yaprobéestomanualmente y através demi pequeño script defuerzabruta.Pero sítomonota del cambio quemencionas.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,tengo _una_ cosamás quepuede ayudar.Desafortunadamente,debido abash,ingresar la ruta con/sin comillas cambia la dirección derivada.Estamos haciendo ajustesparaevitaresto,peromientrastanto,recomiendoprobar ambos.Porejemplo: `./tezos-clientimport clave secreta
" ledger:// /secp256k1/0 '/0' "` da como resultado un PKH diferente al `./tezos-clientimport clave secreta 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
-
Voy aintentar denuevomi secuencia de comandos defuerzabrutaparaincluiresto.Losmantendréinformados sitiene éxito.Muchasgraciasportu ayuda.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
-
¡Cuéntanos cómote va!Let us know how it goes!
- 0
- 2019-04-30
- mikereinhart
Leí unaparte de la documentación de Ledgernano S (incluida la ruta de derivación de HD Wallet y BIP39/BIP44,yel sistema BOLOS,quepuedeencontraren https://ledger.readthedocs.io/en/latest/background/introduction.html ). Tambiénmiré diferentesfuentes,ya seapara comprendermejor unerror quepodría haber cometido,o algún código quepodría reutilizarpara hacer unmejor scriptparaprobar los valores yencontrarmi PKH: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki # casos de uso https://iancoleman.io/bip39/ Noencontrénadamejor que lafuerzabruta hasta ahora (la seguridad que ofreceel libromayor obliga aesa única solución,queestábien).
Entonces,mispreguntas son:
Quiero dejarmuy claro queno quiero culpar anadiemás (excepto amí),sino simplementetenerinformación que sería crucialparami investigaciónpara acceder amistokens xtznuevamente.
¡Muchasgracias de antemanopor sus respuestas!