Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Neutrino-SPV #7

Open
elaineo opened this issue Feb 15, 2018 · 0 comments
Open

Support for Neutrino-SPV #7

elaineo opened this issue Feb 15, 2018 · 0 comments

Comments

@elaineo
Copy link
Owner

elaineo commented Feb 15, 2018

In order to run lnd in its light client mode, you’ll need to locate a full-node which is capable of serving this new light client mode. A BIP draft exists, and will be finalized in the near future, but for now you’ll need to be running roasbeef’s fork of btcd. A public instance of such a node can be found at faucet.lightning.community.

To run lnd in neutrino mode, run lnd with the following arguments, (swapping in --bitcoin.simnet if needed), and also your own btcd node if available:

lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.node=neutrino --neutrino.connect=faucet.lightning.community

http://dev.lightning.community/guides/installation/
https://github.com/lightninglabs/lightning-faucet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant