Update on the Bitoshi Index...
Ord is sync'd, my Bitmap Indexer is mostly working, just tightening the logic and testing the data against other sources.
The tool compares each individual ID between multiple data sources.
I'm generating a merkle tree root when testing ID ranges to give me a comparison proof, so I don't need to manually check each individual district, and I don't have to trust the comparison tool.
Doing this helped me find some bugs in my data logic that I'm now fixing.
Once I've finished this, I can move onto some fun things, and my first main goal is to build the realtime Signal indexer.
Currently the Signal is kind of dead on arrival because I don't have a realtime data source. But very soon I will.
And the index will do much more than Signal. I'm going to index Distict Toshi sizes based on Block tx output values ( fees).
This will give us a data source for perfect District sizes. With this, I can build the Bitmap map type that uses exact values.
I also intend to create a realtime worldtree of Bitmap, and a super secret Bitcoin native project that I believe will be useful for many reasons. ⚙️
I've got lots in the works, it's just a matter of keeping it all straight in my head, putting horses before carts.