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
A proposed feature, perhaps available in Bitcoin Core v0.21, adds an index for block stats, which makes gettxoutsetinfo blazing fast. It should also allow calling it for a given block.
The coinstats index has been in Bitcoin Core for a while now. It's already turned on for our main 24.0.1 node. I just haven't had a chance to implement this.
A proposed feature, perhaps available in Bitcoin Core v0.21, adds an index for block stats, which makes
gettxoutsetinfo
blazing fast. It should also allow calling it for a given block.bitcoin/bitcoin#18000
This allows for bypassing the complicated rollback mechanics on our mirror nodes: https://github.com/BitMEXResearch/forkmonitor/blob/master/app/models/inflated_block.rb#L64
The text was updated successfully, but these errors were encountered: