Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 753 Bytes

readme.md

File metadata and controls

26 lines (22 loc) · 753 Bytes

Warning

The plugin is in alpha state
Only tested on bitcoin testnet3

description

c-neurino is the c-lightning bitcoin backend plugin depends on LND neutrino mode.
neutrino is bitcoin's light client to protect privacy and minimize overhead.

build

Install go 1.19, and cross compile for your env.

env GOOS=linux GOARCH=amd64 go build

Run

  • Disable bcli, the default bitcoin backend
  • Launch LND(v0.15.1-branch-rc1 or upper) in neutrino mode (RPC must be enabled)
  • Register c-neutrino as a plugin
lightningd --testnet --disable-plugin bcli \
    --plugin <path-to-c-neutrino> \
    --tls-cert-path <path-to-tls-cert-path> \
    --macaroon-path <path-to-macaroon-path>  \
    --grpc-dial <lnd-grpc-port>