i used at my windows wallet these command --wallet getbalance and i see that i have 224 dcr but when i try to sent 200 dcr to another dcr adress i can not because wallet tell me zero 32603: -22: TX rejected: tried to spend zero value output from input why???????
Have you been PoS mining? It's possible your funds are spread across multiple addresses. You might need to use the consolidate command. This will incur a transaction fee.
Yes I do pos mining consolidate ??? What exactly I must write at these command?? Dcrctl --wallet consolidate ???
--wallet consolidate 99999 default where number is how many addresses you will consolidate and default is your default account, I assume you are using only default as 99% people here.
Make sure that those funds are also available. A common mistake is for people to spend dcr that is in the PoS. To check instead of just getbalance it would be more wise to do --wallet getbalance default 0 spendable
Yes, the command is 'dctctl --wallet consolidate 99999' I think. This assumes your user name and password are in a dcrctl.conf, if not you'll need to add them to the command. The 99999 is the number of addresses to consolidate.
Are you on the latest dcrwallet? The newer style getbalance output should help make things a little clearer.