Difference between revisions of "How to "rescue" stuck DFI"
(add language support) |
|||
Line 1: | Line 1: | ||
− | < | + | <languages/> |
<translate> | <translate> | ||
− | + | Open the Console in your DEFI Chain Wallet. | |
− | + | [[File:FAQ-Wallet-OpenConsole.jpg|150px]] | |
− | + | Write the following commands in the console. | |
− | + | Command 1: "getbalance" - This shows you how much DFI are available to send. This should be less than your actuall DFI | |
− | + | Command 2: "listaccounts {} true true true" - This command lists all your current addresses that are holding tokens. | |
− | + | Search for the amounts which are missing in your DFI balance. If the amount starts with "0": then its an dfi account. | |
+ | Next step is to convert these token DFI into UTXO DFI. Therefore note the amount field and the addresses. | ||
+ | Say in this example the address is dXXXXXXXXXXXXXXXXX and the amount is 12.3@DFI. | ||
+ | |||
+ | Command 3: "accounttoutxos dXXXXXXXXXXXXXXXXX {"dXXXXXXXXXXXXXXXXX":"12.3@DFI"}" - This converts your dfi on the account to utxo dfi, so you can spend them again. | ||
If you get the error Can't find any UTXO's for owner, do sendtoaddress dXXXXXXXXXXXXXXXXX 0.01 first, wait for confiramtion before trying the accounttoutxos command again. | If you get the error Can't find any UTXO's for owner, do sendtoaddress dXXXXXXXXXXXXXXXXX 0.01 first, wait for confiramtion before trying the accounttoutxos command again. | ||
− | + | Now wait for confirmation, then check getbalance, you should see your UTXO DFI increases, now you should be able to send more DFI. | |
Note that the app should do all the above for you. This workaround guide is provided to help you to "rescue" your stuck DFI in the meantime while the app developers address the issue. | Note that the app should do all the above for you. This workaround guide is provided to help you to "rescue" your stuck DFI in the meantime while the app developers address the issue. |
Revision as of 20:58, 15 December 2020
<languages/> <translate> Open the Console in your DEFI Chain Wallet.
Write the following commands in the console.
Command 1: "getbalance" - This shows you how much DFI are available to send. This should be less than your actuall DFI
Command 2: "listaccounts {} true true true" - This command lists all your current addresses that are holding tokens.
Search for the amounts which are missing in your DFI balance. If the amount starts with "0": then its an dfi account. Next step is to convert these token DFI into UTXO DFI. Therefore note the amount field and the addresses. Say in this example the address is dXXXXXXXXXXXXXXXXX and the amount is 12.3@DFI.
Command 3: "accounttoutxos dXXXXXXXXXXXXXXXXX {"dXXXXXXXXXXXXXXXXX":"12.3@DFI"}" - This converts your dfi on the account to utxo dfi, so you can spend them again.
If you get the error Can't find any UTXO's for owner, do sendtoaddress dXXXXXXXXXXXXXXXXX 0.01 first, wait for confiramtion before trying the accounttoutxos command again.
Now wait for confirmation, then check getbalance, you should see your UTXO DFI increases, now you should be able to send more DFI.
Note that the app should do all the above for you. This workaround guide is provided to help you to "rescue" your stuck DFI in the meantime while the app developers address the issue.
Disclaimer: Console should be used in care. We are not responsible if the wrong commands are issued resulting in lost coins. </translate>