Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
172 stars 113 forks source link

Increase range of possible fees #650

Closed jim618 closed 9 years ago

jim618 commented 9 years ago

I think because of the ongoing flooding of the network we should increase the range of fees possible.

Currently we have a slider:

Min: 1000 sat per KB Default: 3000 sat per KB Top: 10,000 sat per KB Increment: 100 sat Show 9 x10 increments i.e 1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000

If you look at TradeBlock you can see there are lots of tx at around 10,000 sat per KB and above

Perhaps change it to: Min: 1000 sat per KB Default: 3000 sat per KB Top: 51,000 sat per KB Increment: 500 sat Show 9 x 10 intervals i.e 1000, 6000, 11000, 16000, 21000, 26000, 31000, 36000, 41000, 46000, 51000

gary-rowe commented 9 years ago

What about ditching the slider and using a spinner instead?

jim618 commented 9 years ago

A spinner doesn't give any sense of distance relative to minimum/ default/ maximum. Would be easier to cover the range of values though

jim618 commented 9 years ago

Note: we want to avoid the user typing in a number if possible. All the localisation issues (, . ) for fees is a PITA.

gary-rowe commented 9 years ago

OK. A spinner is out on localisation and resulting size perception (1000 10000 100000 are very similar without localisation). Let's try your approach and see how it works in practice.

jim618 commented 9 years ago

I have tweaked the slider so that it now has settings:

Min: 1000 sat per KB (same as before) Default: 10000 sat per KB (a reasonable value to get confirmed with the current network spam flooding) Top: 50,000 sat per KB (0.5 mBTC / KB) Increment: 200 sat (previously 100 sat)

Screen shots:

screen shot 2015-07-09 at 09 51 08

screen shot 2015-07-09 at 09 51 17

screen shot 2015-07-09 at 09 51 24

Awaiting review and closing

gary-rowe commented 9 years ago

Works fine. Closing.