bithyve / bitcointribe

Bitcoin Tribe. A simple bitcoin wallet made to be used with Friends and Family. Lightning. Gifts and more.
https://bitcointribe.app/
MIT License
123 stars 60 forks source link

Fee API: Integrating mempool.space #7145

Closed Parsh closed 1 month ago

Parsh commented 1 month ago

Currently the app relies on the fee recommendations from public Electrum servers, which don't really reflect the actual market rate and provides an inconsistent user experience.

Therefore, we should integrate w/ mempool's fee recommendation API(for both testnet and mainnet) and have Electrum as a fallback.

Deveshshankar commented 1 month ago

Completed