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 11: Line 11:
* [[Eclair]] by [https://acinq.co/ ACINQ], [https://github.com/ACINQ/eclair 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]
* [[C-lightning]] by [https://blockstream.com Blockstream], [https://github.com/ElementsProject/lightning source code]
* [https://github.com/Stadicus/guides/blob/master/raspibolt/README.md Guide to Lightning on a Raspberry Pi]


= 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 15:40, 6 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