Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Perlover on May 23, 2018, 04:31:00 PM



Title: Very easy installation lightning network from sources (with bitcoind and more)
Post by: Perlover on May 23, 2018, 04:31:00 PM
Hi!
    
I finished the fine tools as i think

I created Makefile utilities for bitcoind & lnd compilation under $HOME directory (no root access!)
This makefile does everything for full bitcoin node and lightning network node. This kit was created for CentOS 6.* but it works in Ubuntu / Linux Mint OSes too and may be will work in 90% Unix systems.

Details:

It compiles from sources under $HOME directory: compilers (gcc 7.1, go, node.js, python2 & python3) and tools (autoconf & autotools and etc), all libraries (boost, openssl and more), bitcoind daemon, lnd daemon , lncli-web client (and node.js for this) and does all configuration for you! You need only create a wallet in lnd. It works fine with UPnP routers (from sources too!) and can define network configuration (real public IP & network interfaces)

So if you want to have bitcoind & lnd node you need only to do:

make i-want-lightning
make set-up-lightning-mainnet

And after you can run:

mainnet-lightning-start

And you have bitcoind full node & lnd node with web interface (lncli-web)

You can setup in one host mainnet & testnet daemons without any conflicts.

Enjoy!

URL:  https://github.com/Perlover/bitcoin-kit-makefile    

Perlover