- automatically calculate for me the maximum send amount for a given fee amount (instead of making me play a tedious game of higher/lower until it gives the confirmation screen)
What version are you using? A
couple of these have been done already. I honestly can't remember when some of these were added, so grab 0.87.2 from the googlecode download page (which is stable, by the way):
http://code.google.com/p/bitcoinarmory/downloads/listThe latest version has:
- A while ago, I added a "MAX" button to the send-bitcoin screens so that it will fill in the exact amount for you. If the fee is off, it will fix the fee for you, and you just click "MAX" again.
thanks very much for your reply. i'm still on 0.82.2-alpha.
but i can tell you the above MAX thing does work as you describe, however that simply pre-populates the amount field by a simple Balance minus fee = amount, but does not appear to do any attempt to look at the actual built transaction. it's only *after* you press send that it does all that calculating, and if okay will present the confirmation screen. if not okay, it'll ask you to adjust the fee.
here's how the conversation goes...
me: send 5, fee X
armory: you need to add 0.02 BTC fee to send thisme: cancel that, send 4, fee X
armory: confirmation screenme: cancel that, send 4.5, fee X
armory: you need to add 0.02 BTC fee to send thisme: cancel that, send 4.3, fee X
armory: confirmation screenme: cancel that, send 4.4, fee X
armory: confirmation screenme: cancel that, send 4.45, fee X
armory: you need to add 0.02 BTC fee to send thisme: cancel that, send 4.42, fee X
armory: confirmation screenme: cancel that, send 4.43, fee X
armory: you need to add 0.02 BTC fee to send thisme: cancel that, send 4.425, fee X
etc, etc, complete "higher or lower" guessing game to actually arrive at the max value i can send for fee X.
as far as i can tell, the MAX button doesn't help at all in this scenario... kinda feels like the MAX button is like the 'javascript client side' processing and is merely a quick guess for the real calculation.
i'll update to the latest again anyway and see how things go... thanks!