Wallet FAQ
Common issues with different wallets
Common issues with different wallets
Problem: There is DFI or other tokens in the wallet, but they are not allowed to be sent.
Solution:
The wallet likely needs UTXO. See Chapter 2 to learn more about token and UTXO DFI
If there are only tokens in the wallet without DFI, the user must send some DFI (preferably at least 0.1 DFI) to the address.
If the user has DFI, they should have at least 0.1 DFI in UTXO form. If not, they should convert the token into UTXO.
Make sure that the amount of DFI being sent is not the absolute maximum, about 0.1 DFI must remain for future transactions.
If it is really necessary, the user can find a faucet here (thanks to mydeficha.in) which will give a small amount of UTXO. Make sure to use the correct faucet and do not abuse them.
For additional help, go to https://t.me/defiblockchain.
Problem: The wallet only shows "synchronized" and a checkmark, but it does not appear that the blockchain was synced.
Solution:
First, attempt to close and reopen the wallet, and then try resetting and reindexing (found in the settings). If none of those work, try the following steps.
Go to the CLI and check getblockcount, viewing the amount of blocks that have been synced. If the result is similar to the current block height, please visit https://t.me/DeFiMasternodes and ask for more help.
If the result is 0 or a number less than the current block height, check getconnectioncount. If the result is not 0, wait 5-15 minutes and see if any blocks sync. If not, ask for further help in the Telegram group above. If it is 0, attempt to connect another testnet node to your node.
Use the addnode command to add one node, which can be selected here: https://mydeficha.in/en/index.php?site=testnet The command help addnode may assist you if you aren't sure. Here are a few examples:
addnode "89.58.14.177:18555" "onetry"
addnode "89.58.26.201:18555" "onetry"
Then wait and check getconnectioncount, which should now show a positive number. Another sign that you have succeeded is that the synchronization bar will pop up and show the progress.
If all previous steps failed to work, go to the Telegram group and ask for help.