coinos / coinos-classic

A bitcoin wallet app
https://coinos.io/
GNU Affero General Public License v3.0
70 stars 17 forks source link

Fee estimation on bitcoin mainnet #18

Closed spotty-banana closed 3 years ago

spotty-banana commented 3 years ago

Hi, first have to say that I'm very happy for this project. I have been looking for simple wallet where I can send and receive BTC, LN and Liquid BTC payments from the same balance.

However, for BTC mainnet the fee selection could be better. Something like high priority - medium - low priority, similarly to electrum for example. Currently the fee is capped at 50 satoshis per byte and for example this week it meant that the tx will be staying in the mempool for long time.

asoltys commented 3 years ago

Hi, thanks for the kinds words and I agree with your point. I'll add some user-friendly presets eventually but for now I've gone ahead and just increased the max fee rate to 1000 sats/byte, hopefully that's adequate for the time being.

spotty-banana commented 3 years ago

That's a great quickfix, thanks!