Releases: sr-gi/bitcoin_tools
Further STATUS functionality
Adds more STATUS functionality, such as comparison between different coins (Litecoin and Bitcoin Cash has been tested), updated dust definition, new non-profitable estimation metric, adds SegWit support to the analysis, etc. Also improves the eficency both in terms os space and execution time.
This release works with leveldb format for Bitcoin Core v0.15+, code for v0.14- has been moved to a different branch.
Further STATUS functionality (LevelDB 0.14)
This release contains the same functionality as v0.2, but works only for Bitcoin Core's leveldb format 0.14-.
Development for such a format will be discontinued from now on, focusing on the new 0.15 format. Any experiment with the old leveldb format should be performed using this code.
Basic tools + STATUS
Releases the basic Bitcoin tools including custom script building and decoding. Additionally, includes the STATUS tool.