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

Lightning network #1114

Open
demattosanthony opened this issue Dec 11, 2022 · 3 comments
Open

Lightning network #1114

demattosanthony opened this issue Dec 11, 2022 · 3 comments

Comments

@demattosanthony
Copy link

How can I use bcoin with lightning? Is there any documentation

@pinheadmz
Copy link
Member

bcoin can be used as a full-node back end for LND (for example) but there isn't currently any explicit guide for this (would you like to add one to https://github.com/bcoin-org/bcoin-org.github.io ?)

a bcoin full node can almost drop-in replace btcd or bitcoind in most operational modes from the LND instructions: https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md#available-backend-operating-modes

To use ZMQ like bitcoin core you may need to use th bzmq plugin for bcoin: https://github.com/bcoin-org/bzmq

Since #1067 was merged, you can also use bcoin as a neutrino server. I use this configuration for LND at home:

you can add neutrino.connect=143.244.175.41 to your lnd.conf to run off of my own bcoin server, for example

@Kali-Decoder
Copy link

How can i connect with bcoin-org on discord can you provide link @pinheadmz

@pinheadmz
Copy link
Member

Bcoin has a telegram channel: https://t.me/bcoinorg

or you can DM me on discord: pinheadmz#1053

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

No branches or pull requests

3 participants