Bitcoin Tools Versions Save

Python Bitcoin tools

v0.2_ldb_014

5 years ago

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.

v0.2

5 years ago

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.

v0.1

6 years ago

Releases the basic Bitcoin tools including custom script building and decoding. Additionally, includes the STATUS tool.