How to "rescue" stuck DFI

From DeFiChain-Wiki
Revision as of 19:49, 15 December 2020 by DeFiChain-Wiki (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.