Files
dragonx/src/qt
Gavin Andresen b33d1f5ee5 Use fee/priority estimates in wallet CreateTransaction
The wallet now uses the mempool fee estimator with a new
command-line option: -txconfirmtarget (default: 1) instead
of using hard-coded fees or priorities.

A new bitcoind that hasn't seen enough transactions to estimate
will fall back to the old hard-coded minimum priority or
transaction fee.

-paytxfee option overrides -txconfirmtarget.

Relaying and mining code isn't changed.

For Qt, the coin control dialog now uses priority estimates to
label transaction priority (instead of hard-coded constants);
unspent outputs were consistently labeled with a much higher
priority than is justified by the free transactions actually
being accepted into blocks.

I did not implement any GUI for setting -txconfirmtarget; I would
suggest getting rid of the "Pay transaction fee" GUI and replace
it with either "target number of confirmations" or maybe
a "faster confirmation <--> lower fee" slider or select box.
2014-07-03 13:44:33 -04:00
..
2014-06-27 12:46:49 +02:00
2014-06-06 19:29:03 +02:00
2014-06-24 17:23:05 -07:00
2014-07-02 08:15:09 +02:00
2014-06-30 15:44:55 +02:00
2014-06-06 10:13:48 +02:00
2014-06-03 15:21:47 +02:00
2014-04-02 03:48:07 +02:00
2014-04-02 03:48:07 +02:00
2014-04-02 03:48:07 +02:00