I answered this in a prior post... this is a repost... I am not going to play the "linking game"... lol
There is a command you can give to remove the "forced" leeching fees. (Added down below)
The issue is that your 0.01BTC transaction may actually include "change" from your wallet. It is looking at the "change" not the "send amount".
EG... You are trying to send 0.01BTC but that is being sent from all these mini-transactions.
- 0.0000012312 (What you actually send, as "change")
- 0.0000322323
- 0.0000032123
- 0.0000223223
...
...
---------------
= 0.0100000000 (What you think you are sending as ONE tx)
Thus, if you have 40 change files, it is attempting to add 0.0005 x40 = 0.02BTC to your 0.01BTC, for a total of 0.03BTC expected to "send" the 0.01BTC
EG, poor code.
CHANGE --------------Expected FEE to send this change
- 0.00000
12312 + 0.000
5 = 0.000
50
12312- 0.0000
322323 + 0.000
5 = 0.000
5322323- 0.00000
32123 + 0.000
5 = 0.000
50
32123- 0.0000
223223 + 0.000
5 = 0.000
5223223... (36x more times)
...
---------------
= 0.0100000000 + 0.02000000 =
0.03000000Thus, "leeching" you of your funds, that you are not even aware of. It does not show you the "change". That, and the code stupidly "makes change" on most transactions that do not need to. (That is called job stability.)
Even though it IS actually merging them into ONE out (send), it is charging YOU as if they were 40 separate sends. (That is the "poor programming" the "leeching". The only one winning is the pool-operators who withhold the tx fees from the miners. Guess who imposed that minimum... the pool operators!)
The default fee policy can be overridden using the -mintxfee and -minrelaytxfee command-line options, but note that developers intend to replace the hard-coded fees with code that automatically calculates and suggests appropriate fees in the 0.9 release and note that if you set a fee policy significantly different from the rest of the network your transactions may never confirm.
EG add the commands -mintxfee=0.000001 and minrelaytxfee=0.000001 to your STARTUP-ICON, to make it more "realistic", but realize it may take a LITTLE longer to process those transactions with lots of change-files.
P.S. Version 8.2 will be only 0.0001 for minrelaytxfee and mintxfee, due to the MANY MANY MANY complaints... (Though they are not fixing the actual "poor code" that calculates the fee, so the fees are still going to be "wrongly calculated", as stated above.)
http://www.btcpedia.com/bitcoin-qt-0-8-2-lower-fee/https://en.bitcoin.it/wiki/Transaction_fees