バビロンのアップグレード後に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>
コマンドへ.ただし、いくつかの重要な注意事項があります.- 現在、バビロンでは回帰があり、このコマンドは次の値を期待しています.
amount
はmutez
ではなくtez
になりますが、KT1
アカウントから転送する場合に限ります.たとえば、1.5 tez
を送信する場合は、金額を1500000
として入力します.編集:これはその後修正されました. - マネージャーの
tz1
アカウントには、取引手数料を賄うのに十分な資金が必要です.
KT1
アカウントからマネージャーのtz1
アカウントへの資金の削除は、たとえば Galleon Wallet 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を使用してすべてのXTZをKT1からtz1に撤回しようとしていますが、トランザクションは永久に「保留中」のままであり、ブロックチェーンに記録されることはありません.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
バビロンプロトコルのアップグレードでは、すべてのKT1アカウントの委任がスマートコントラクトに変換されますmanager.tz .
KT1アカウントから送金したい場合、tzアカウントに送金する方法は何ですか?この移行をサポートするウォレットはありますか?ノードで
tezos-client
を使用してこの転送をどのように行いますか?