Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blockchain.estimatefee should be cached (instead of doing a daemon RPC every time) #17

Closed
SomberNight opened this issue Jun 16, 2020 · 0 comments · Fixed by #24
Closed

Comments

@SomberNight
Copy link
Member

I think it's expensive to call bitcoind in general, so it might be beneficial to eliminate at least the low hanging fruit:
specifically it should be relatively easy to cache "estimatefee" coming from bitcoind, e.g. in a time based cache for 1 minute, and return those values when requested from clients through blockchain.estimatefee from the cache without querying bitcoind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant