¿Cómo transferir KT1 después de la actualización de Babylon?
-
-
Mepregunto siimporta qué cuentatz1 se use.Es decir,¿deberíantransferirse losfondos a unanueva cuentatz1?I’m just wondering does it matter which tz1 account is used? Ie should the funds be transferred to a fresh tz1 account?
- 0
- 2019-10-22
- leo
-
1 respuesta
- votos
-
- 2019-10-22
Estotodavía sepuede hacer desde laterminal usandoel
./tezos-client transfer <amount> from <src> to <dst>
,con unpar de advertenciasimportantes:- Hay actualmente una regresiónen Babylon en la queeste comandoesperael valor de
amount
debeestarenmutez
en lugar detez
,pero solo cuando setransfiere desde una cuenta deKT1
. Porejemplo,si deseaenviar1.5 tez
,debeingresar la cantidad como1500000
. EDITAR:esto se ha solucionado desdeentonces. - La cuenta del administrador
tz1
debetenerfondos suficientespara cubrir lastarifas detransacción.
Laeliminación defondos de su cuenta
KT1
a su cuenta de administradortz1
también sepuede lograr,porejemplo,en la Galleon Wallet v0.9.0b siguiendoestospasos:- Abra o restaure subilletera.
- Seleccione su cuenta
KT1
en labarra lateral. - Seleccione lapestaña
Manage Delegation
. - Utilice la opción
Withdraw
paraenviarfondos desdeKT1
a la cuentatz1
del administrador.
Lainterfaz de usuario de labilletera seencarga deingresar la cantidad correctamente,pero la cuenta
tz1
aúnnecesitatenerfondos suficientespara cubrir lastarifas detransacción.This can still be done from the terminal using the normal
./tezos-client transfer <amount> from <src> to <dst>
command, with a couple of important caveats:- There is currently a regression in Babylon in that this command expects the value for
amount
to be inmutez
rather than intez
, but only when transferring from aKT1
account. For example, if you want to send1.5 tez
you would enter the amount as1500000
. EDIT: This has since been fixed. - The manager
tz1
account must have enough funds in it to cover any transaction fees.
Removing funds from your
KT1
account to its managertz1
account can also be accomplished, e.g., in the Galleon Wallet v0.9.0b by following these steps:- Open or restore your wallet.
- Select your
KT1
account on the sidebar. - Select the
Manage Delegation
tab. - Use the
Withdraw
option to send funds from theKT1
to the managertz1
account.
The wallet UI takes care of entering the amount correctly, but the
tz1
account still needs to have enough funds to cover any transaction fees.-
Hola,estoytratando de usar la última versión de Galleonpara retirartodo XTZ de KT1 atz1,pero latransacciónpermaneceen "pendiente"para siempre ynunca se registraen la cadena debloques.¿Algunaforma de salir del XTZ?Hi, I'm trying to use latest version of Galleon to widhraw all XTZ from KT1 to tz1, but the transaction stays in "pending" forever and is never recorded in the blockchain. Any way to get out the XTZ?
- 0
- 2020-03-22
- Joao Pereira
Para la actualización delprotocolo Babylon,todas las delegaciones de cuentas KT1 se conviertenen un contratointeligente manager.tz .
Si quierotransferirfuera de la (s) cuenta (s) KT1,¿cuáles son algunasformas detransferir a una cuentatz?¿Hay carteras que admitanestamigración?¿Cómo se haceestatransferencia usando
tezos-client
con unnodo?