Difference between revisions of "How to "rescue" stuck DFI"
(Created page with "How to "rescue" stuck DFI Do this on console. Check getbalance that it is less than the DFI Now we need to convert the token DFI into UTXO DFI. Use listaccounts to list all...") |
(add language support) |
||
Line 1: | Line 1: | ||
+ | <language /> | ||
+ | <translate> | ||
How to "rescue" stuck DFI | How to "rescue" stuck DFI | ||
Line 18: | Line 20: | ||
Disclaimer: Console should be used in care. We are not responsible if the wrong commands are issued resulting in lost coins. | Disclaimer: Console should be used in care. We are not responsible if the wrong commands are issued resulting in lost coins. | ||
+ | </translate> |
Revision as of 20:38, 15 December 2020
<language /> <translate> How to "rescue" stuck DFI
Do this on console.
Check getbalance that it is less than the DFI
Now we need to convert the token DFI into UTXO DFI. Use listaccounts to list all addresses that are holding tokens. Look for those that are with u/DFI. Not the amount field and the addresses. Say in this example the address is dXXXXXXXXXXXXXXXXX and the amount is 12.3@DFI.
Check the total amount the address holds by doing getaccount dXXXXXXXXXXXXXXXXX.
Convert the token DFI of to UTXO by doing: accounttoutxos dXXXXXXXXXXXXXXXXX {"dXXXXXXXXXXXXXXXXX":"12.3@DFI"}.
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.
5. 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>