Last updated
Last updated
First, set up . Then clone this repository and build the plugin:
Next, exit the directory and set up BTCPay Server:
Where /home/USER/boltz-btcpay-plugin
is the path to the Boltz BTCPay Plugin directory.
You might have to update the client binaries to latest master.
If you want to run against a local Lightning node from your btcpayserver repository:
type=clightning;server=unix://home/USER/regtest/data/cln1/regtest/lightning-rpc
In the launchsettings, change the BTCPAY_BTCLIGHTNING
entry to connect to your Lightning node, for the connection string looks something like this:
Where /home/USER/regtest
is the path of your repository.