You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public ReconstructedCoinviewContext GetCoinviewAtHeight(intblockHeight)
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).
The text was updated successfully, but these errors were encountered:
StratisFullNode/src/Stratis.Bitcoin.Features.BlockStore/UtxoIndexing/UtxoIndexer.cs
Line 42 in 0838451
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).
The text was updated successfully, but these errors were encountered: