- Prerequisite
-
JDK 21 or later must be installed.
-
Build and test
-
./gradlew build
-
-
Build the tool and wrapper scripts.
-
./gradlew ledger-export-tool:installDist
-
-
To run the tool (via a generated shell script):
-
./ledger-export-tool/build/install/LedgerExport/bin/LedgerExport --help
You’ll need a locally-running (i.e. accessible on localhost) Bitcoin Core (or Omni Core) with JSON-RPC service. LedgerExport
will find the username and password in the bitcoin.conf
file and connect to your running bitcoind
(or omnicored
) instance. Use the --help
command to view the available command-line options.