getumbrel / umbrel-middleware

RESTful Bitcoin and Lightning API for Umbrel
MIT License
21 stars 11 forks source link

Calculate fee estimates from bitcoin core rather than LND #68

Closed nolim1t closed 4 years ago

nolim1t commented 4 years ago

Calculate fee estimates from bitcoin core (straight from the source!) rather than LND - which is probably doing something similar but maybe doing some processing of the numbers.

mayankchhabra commented 4 years ago

We'll have to extract raw channel open/close txs from LND and I don't even think that's possible. Regardless, it's too much work for too little impact now that we added custom fee support.