Skip to content

YusukeShimizu/c-neutrino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages