BitcoindComparisionTool as is run by pull-tester
Java
Switch branches/tags
Nothing to show
Latest commit 211c2e7 Jan 25, 2017 @TheBlueMatt committed on GitHub Merge pull request #8 from jonathancross/patch-1
Typo: faling=> failing
Permalink
Failed to load latest commit information.
FullBlockTestGenerator.java Typo: faling=> failing Sep 25, 2016
README.txt typo Aug 17, 2015
pull-tests-f56eec3.jar

README.txt

BitcoindComparisonTool.jar is a tool that uses the bitcoinj library
to generate very-low-difficulty blockchains that test edge-cases in
block chain logic.

Full implementations of the Bitcoin protocol can use it to help
test that their logic for handling valid/invalid blocks matches
the reference implementation.

Improvements are welcome; the source code used to generate the blocks
is in FullBlockTestGenerator.java. The source that drives the tool can
be found at
https://github.com/TheBlueMatt/bitcoinj/blob/blocktester/core/src/test/java/org/bitcoinj/core/BitcoindComparisonTool.java