Skip to content

A plugin for selectively allowing zeroconf channels from a peer.

Notifications You must be signed in to change notification settings

voltagecloud/zero-conf-cln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Zeroconf Plugin for CLN

A plugin for selectively allowing zeroconf channels from a peer.

Quickstart

Assuming you have a running lightningd and a working lightning-cli:

git clone https://github.com/voltagecloud/zero-conf-cln.git zero-conf-cln
lightning-cli -k plugin subcommand=start \
                        plugin="$PWD"/zero-conf-cln/zero-conf-cln.py \
			zeroconf-allow=<peer_hex_pubkey>

To start lightningd with the plugin enabled:

git clone https://github.com/voltagecloud/zero-conf-cln.git zero-conf-cln
lightningd ... \
           --plugin="$PWD"/zero-conf-cln/zero-conf-cln.py \
           --zeroconf-allow=<peer_hex_pubkey> \
	   ...

About

A plugin for selectively allowing zeroconf channels from a peer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages