-
Notifications
You must be signed in to change notification settings - Fork 9
Use whatthefee.io as a mining fee rate prediction service #8
Comments
Maybe you can reach out to https://twitter.com/FelixWeis and ask him if he would be interested to contribute? |
Yeah, I'll do that after we've merged the PR in #7, so it's that much more straightforward to see / explain what needs to be done. |
@0xB10C, if you're interested in looking into this, the I'd say the first step would be to put together a pull request that implements an alternative to the existing |
Just started setting up a local pricenode. Will take a closer look at the code in the comming days. Thanks! |
I'm on a tight schedule right now. Probably won't be starting soon. This issue is open for takers. |
Thanks for letting everyone know @0xB10C. |
We currently use https://bitcoinfees.earn.com as a mining fee rate prediction service. A new service is now available at https://whatthefee.io.
BitcoinFees has not been ideal, as its "recommended" fees are usually far too high. We've mitigated this with our own custom logic, but a more reliable / accurate service is still desirable.
This issue, then, is about looking into the feasibility of using this new service, including possibly running our own instance(s) of it, and swapping out our use of BitcoinFees for it.
For details, see https://github.com/cbeams/bisq-pricenode/blob/refactor/src/main/java/bisq/price/mining/providers/BitcoinFeeRateProvider.java (still in a PR branch, but this is what will soon be on master).
The text was updated successfully, but these errors were encountered: