Resources

MoneroKon 2023

This is the presentation I gave at MoneroKon 2023 where I intended to convey the message that there is no inflation happening in Monero by using the approach described at moneroinflation.com and using my own Python tools to scan the blockchain. This presentation is not for cryptography experts (as the content here is too shalow for them) but in a couple times it requires some basic knowledge of elliptic curve scalar multiplication and hashes. So hopefully there is some audience left and it will be somehow useful. Feel free to share your thoughts, get in touch, provide corrections and give your opinion about the best way to explain why inflation is not happening in Monero.

Python library

The Python scripts and libraries used to build this project and website can be found at github.

Good resources

More Python codes