Currently the transaction confirm target - how many blocks to aim for until confirmation - is taken from a global setting nTxConfirmTarget (settable with -txconfirmtarget).
- This setting should be settable in the GUI
- But even more important: it needs to be possible to deviate from this per transaction. A donation may have very little priority, and it'd be a pity to pay more fees than necessary, but an urgent payment would have high priority
I find the current automatic fee determination very opaque from a user angle. There needs to be a way to gain more insight into what the fee computation is doing and why a certain fee was chosen

