How to create a pull tester JAR



Summary:

The email thread discusses a recent change made to bitcoinj git master that makes it easier to create a pull tester jar. The instructions for doing so are provided, including the requirement of a Java Development Kit (JDK), version 6 or up, Apache Maven, and git. Once these requirements are met, one can clone bitcoinj from git master and build it using the command "mvn -DskipTests package". This will create a bundled executable JAR called core/target/pull-tests.jar that can be used with the QA scripts in the bitcoin core qa/pull-tester directory or run directly. The JARs are easily reproduced if the same version of javac and the same bitcoinj version are used.


Updated on: 2023-06-09T01:51:04.225418+00:00