Difference between revisions of "Setting up a Lightning node"

From lightningwiki.net
Jump to navigation Jump to search
m (→‎Do it Yourself: added details)
Line 7: Line 7:


= Do it Yourself =
= Do it Yourself =
First you choose what your node will be based on. Mainly there are [[C-lightning]] and [[lnd]]. See those pages for more information on setting up a node.
Currently there are a handful of different implementation of the [[BOLT]] standard. The various nodes from the different vendors or development teams are (or should be) compatible. See the following list and links for more information on setting up a node.
* [[Lnd]] by [https://lightning.engineering Lightning Labs], [https://github.com/lightningnetwork/lnd source code]
* [[Eclair]] by [https://acinq.co/ ACINQ], [https://github.com/ACINQ/eclair source code]
* [[C-lightning]] by [https://blockstream.com Blockstream], [https://github.com/ElementsProject/lightning source code]


= Install help =
= Install help =
* [https://cyphernode.io/ Cyphernode] An open-source self-hosted API which allows you to spawn and call your encrypted overlay network of dockerized Bitcoin and crypto software projects (virtual machines).
* [https://cyphernode.io/ Cyphernode] An open-source self-hosted API which allows you to spawn and call your encrypted overlay network of dockerized Bitcoin and crypto software projects (virtual machines).
* [https://medium.com/lightning-power-users/easy-lightning-with-node-launcher-zap-488133edfbd Node Launcher by Pierre Rochard]
* [https://medium.com/lightning-power-users/easy-lightning-with-node-launcher-zap-488133edfbd Node Launcher by Pierre Rochard]

Revision as of 12:07, 5 February 2019

Off the shelf

Template:TODO

Do it Yourself

Currently there are a handful of different implementation of the BOLT standard. The various nodes from the different vendors or development teams are (or should be) compatible. See the following list and links for more information on setting up a node.

Install help

  • Cyphernode An open-source self-hosted API which allows you to spawn and call your encrypted overlay network of dockerized Bitcoin and crypto software projects (virtual machines).
  • Node Launcher by Pierre Rochard