Babylon 업그레이드 후 KT1에서 어떻게 이전하나요?
-
-
어떤tz1 계정을 사용하는 것이 중요합니까?즉,자금을 새로운tz1 계정으로 이체해야합니까?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 대답
- 투표
-
- 2019-10-22
일반
./tezos-client transfer <amount> from <src> to <dst>
명령에 몇 가지 중요한주의 사항이 있습니다.- 이 명령이 다음 값을 예상한다는 점에서 현재 Babylon에서 회귀 가 있습니다.
amount
는mutez
가 아닌tez
에 있어야하지만KT1
계정에서 이체하는 경우에만 해당됩니다. 예를 들어1.5 tez
를 보내려면 금액을1500000
으로 입력합니다. 수정 : 이후 수정되었습니다. - 관리자
tz1
계정에는 거래 수수료를 충당 할 수있는 충분한 자금이 있어야합니다.
KT1
계정에서 관리자tz1
계정으로 자금을 인출 할 수도 있습니다 (예 : Galleon 지갑 v0.9.0b 다음 단계를 따르세요.- 지갑을 열거 나 복원합니다.
- 사이드 바에서
KT1
계정을 선택합니다. -
Manage Delegation
탭을 선택합니다. -
Withdraw
옵션을 사용하여KT1
에서 관리자tz1
계정으로 자금을 보냅니다.
지갑 UI는 금액을 정확하게 입력하지만
tz1
계정에는 거래 수수료를 충당 할 수있는 충분한 자금이 있어야합니다.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.-
안녕하세요,저는 최신 버전의 Galleon을 사용하여 KT1에서tz1로 모든 XTZ를 인출하려고합니다.하지만 트랜잭션은 "보류 중"으로 영원히 유지되고 블록 체인에 기록되지 않습니다.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
Babylon 프로토콜 업그레이드의 경우 모든 KT1 계정 위임이 스마트 계약으로 변환됩니다. manager.tz .
KT1 계정에서 이체하고 싶은 경우tz 계정으로 이체하는 방법은 무엇입니까?이 마이그레이션을 지원하는 지갑이 있습니까?노드와 함께
tezos-client
를 사용하여이 전송을 어떻게 수행합니까?