Skip to content

Releases: sr-gi/bitcoin_tools

Further STATUS functionality

15 Jun 10:15
Compare
Choose a tag to compare
Pre-release

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)

15 Jun 10:47
Compare
Choose a tag to compare

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

15 Jan 10:17
Compare
Choose a tag to compare
Basic tools + STATUS Pre-release
Pre-release

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