Bitcoin Forum
May 17, 2024, 10:17:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Very easy installation lightning network from sources (with bitcoind and more)  (Read 179 times)
Perlover (OP)
Full Member
***
Offline Offline

Activity: 162
Merit: 109


View Profile
May 23, 2018, 04:31:00 PM
 #1

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!