Greetings all,
I'm having an issue (or simply my lack of understanding) whereby I am unable to send XMR to another address. As a test, I have sent a single XMR to a particular address (including a payment id). This transfer went through flawlessly. Upon further attempts to send the remaining XMR, however, I continually see the following error in the simplewallet.log file:
THROW EXCEPTION: error::not_enough_outs_to_mix
The command has the default UI transfer parameters with a mixin count of 2. The command is:
transfer 2 <wallet address> NNNN <payment_id>
Following the click of the "Send" button, the interface just sits there (it is still responsive with the "Send" button greyed out).
Any insight and steps to correct would be greatly appreciated.
Thanks all.
Edit: Attempted with a mixin count of 0 as a test and while the above error no longer appear in the log, the transfer does not go through
Hi,
It is simple : you cannot send 100% of the coins in a wallet because you need to pay fees.
This should work :
transfer 0 <wallet address> NNNN <payment_id>
Thank you for the reply superresistant. I will try to send less than what's in my wallet when I get home. This makes perfect sense though. Thanks again.
I have now attempted to send about 80% of the contents of my wallet to a different address. The "not_enough_outs_to_mix" mix error no longer appears in the log, however, the funds never make it out. Following the send command, the log shows the following error:
THROW EXCEPTION: error::tx_too_big
2014-Jun-19 22:30:59.303680 c:\temp\monero\git-experimental\bitmonero-0.8.8update-x64\src\wallet\wallet2.h:415:struct tools::error::tx_too_big: transaction is too big, tx_size_limit = 24400, tx size = 60174
If anyone has any ideas as to what's up, do shed some light on this. Appreciate everyone's time. Thanks all.
Edit: Played around with the amount being sent and found that if I send just over half of the coins in my wallet, the size limit error goes away. The transaction still fails however, as per the deamon returning a "Failed" status. I'll keep digging; thanks for looking everyone.