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

Caching BlockStore's UTXOs #937

Open
trevor-crypto opened this issue Mar 21, 2022 · 0 comments
Open

Caching BlockStore's UTXOs #937

trevor-crypto opened this issue Mar 21, 2022 · 0 comments

Comments

@trevor-crypto
Copy link

public ReconstructedCoinviewContext GetCoinviewAtHeight(int blockHeight)

Is there currently a way to actually cache the UTXOs so that whenever you call ​/api​/BlockStore​/getutxoset the node does not have to do UTXO re-indexing, which takes quite some time.

This is currently the only way (as far as I know) to get UTXOs for a particular descriptor/scriptPubKey (since you can only query using address).

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

No branches or pull requests

1 participant