Jeffro

Results 165 comments of Jeffro

I don't have a windows machine on me, but could you try compiling PR #9514 please and see if it fixes the issue?

Here's the results of running `./monero-blockchain-find-locked` (and `matplotlib`) after extracting the total running balance of all locked outputs (including `unlock_time=0` and coinbase unlock): ![TotalLockedOutputsPerBlock](https://github.com/user-attachments/assets/bc3aa103-3b8c-489e-81bc-4c86242c9b09) The max size of the cache...

Here's the same graph but excluding "standard" unlock times: `unlock_time=0` and coinbase: ![NonStandardLockedOutputsPerBlock](https://github.com/user-attachments/assets/cf85ccb5-4139-4d1d-aa1f-3ba0200a9e9f)

> I wanted to note that as currently configured, this binary will get included in release archives. Considering that it is mostly of use to developers, should it be excluded?...

Here's a graph of the cache size if we use the quick insert optimization, with a simulated FCMP++ activation height of 3500000: ![TotalLockedOutputsPerBlockQuickInsert3500000](https://github.com/user-attachments/assets/fb2601db-4660-4d19-be4c-3087152d4df0) Max cache size is only 57! This...