What this means:
~/litecoin/src/litecoind getbalance
0.01976033
~/litecoin/src/litecoind sendtoaddress LP9UmTP8UogKgtP28ite4h7RPdfFJkTRKg 0.01976033
error: {"code":-4,"message":"Error: Transaction creation failed "}
I am unable to sent those funds out of this wallet...
What can I do?!
Thanks!
Thiago
You likely need to pay a fee to send those out. For each transaction you spend that has less than 0.01 LTC in it, you have to add a 0.1 LTC fee. This is to prevent spam. So it will cost you more to send those coins out. Those coins are worth about $0.0001 so it's not a big loss, right?
Well, that message does not say that I do not have funds to make a transaction.
Normally the output shows to me how much I need to pay for the fee... That is not the case now.
Nevertheless, I sent 2.0 Litecoins to that wallet, to be able to take it.
Now I have:
~/litecoin/src/litecoind getbalance
2.01976033
~/litecoin/src/litecoind sendtoaddress LYGqG1UFKx7jpZDffFFXAmqRLR9DdpbC5s 2.01976033
error: {"code":-4,"message":"Error: Transaction creation failed "}
Okay... I'll pay the fee...
2.01976033-0.1 = 1.91976033
~/litecoin/src/litecoind sendtoaddress LYGqG1UFKx7jpZDffFFXAmqRLR9DdpbC5s 1.91976033
error: {"code":-4,"message":"Error: Transaction creation failed "}
So... Any help?!
Thanks,
Thiago