Skip to content

Releases: clightning4j/btcli4j

v0.0.7

29 Mar 17:35
Compare
Choose a tag to compare

Fixed

Added

v0.0.6

28 Jan 18:35
Compare
Choose a tag to compare

Fixed

v0.0.5

14 Jan 14:18
Compare
Choose a tag to compare

Fixed

v0.0.4

17 Nov 00:01
be7bba7
Compare
Choose a tag to compare

v0.0.4

Fixed

v0.0.3

16 Nov 12:05
747d65f
Compare
Choose a tag to compare

v0.0.3

Fixed

v0.0.2

24 Jul 11:01
d25ba29
Compare
Choose a tag to compare

A new release is out with small bugs fixes

More information about how to run this plugin on the readme.

Regards.

Vincent.

v0.0.1

27 Apr 10:35
7b1586d
Compare
Choose a tag to compare

Released version v0.0.1

This version of the plugin supports the esplora API and the Bitcoin pruning mode, check out the readme for more information.

Please pay attention that the plugin is tested only on the testnet network for the moment, and only on mainet with a very small amount of money.

When I will have more BTC I will make my own node that runs on Java, if you like the idea you can take in consideration to donate with the method reported here

To run the following artifact you need to create a bash script and put it in the plugin folder of c-lihgnting, or put the path of the plugin in the lightning config.

The bash script looks like the following one

#!/bin/bash
java -jar /path/of/btcli4j-all.jar

More info on the readme.