Release 0.5.0 is out!
Goxplorer is now able to explore blocks/index LevelDB database. This is useful when debugging and learning blockchain structure, i.e.:
$ ./goxplorer -b 1845 -ldb file
{
"nblocks": 127,
"nsize": 133112994,
"nundosize": 18090258,
"nheightfirst": 600753,
"nheightlast": 601727,
"ntimefirst": 1571860166,
"ntimeLast": 1572487584
}
More to come in this direction as mentioned in the previous post, it should open the way to faster addresses search.
I also added a toy callback, a very naive bruteforce module to test blocks against dictionary files.
Documentation/homepage:
https://imil.net/goxplorer/Release:
https://gitlab.com/iMil/goxplorer/-/releases/0.5.0Source code:
https://gitlab.com/iMil/goxplorer