Lightning Network installation installation of a Lightning Network node from source. Requirements: Fullnode bitcoind running. Open lightning daemon port on firewall (default TCP 8334) compile and install protobuf-c from git git clone https://github.com/protobuf-c/protobuf-c.git cd protobuf-c ./autogen.sh && ./configure && make && make install compile from source git clone https://github.com/ElementsProject/lightning cd lightning/ make Running daemon ./daemon/lightningd Running daemon on specified port/folder ./daemon/lightningd --ignore-dbversion --port 9911 --lightning-dir /tmp/lnd_dir0 CC0 1.0 Universal - Public Domain 2017 Blockchainlab.it