Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 533 Bytes

Nostr Wallet Connect for LND

This lets you use nostr wallet connect with your LND node.

Install

cargo build --release
cargo install --path .

Usage

nostr-wallet-connect-lnd --relay wss://relay.damus.io --lnd-host localhost --lnd-port 10009 --macaroon-file ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon --cert-file ~/.lnd/tls.cert

This will print a wallet connect uri to the console. Scan this with your wallet connect enabled wallet. You may need to use a tool to turn the uri into a QR code.