-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathUsage_More.txt
47 lines (35 loc) · 1.35 KB
/
Usage_More.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
*******************************************************************************
* *
* Usage *
* *
*******************************************************************************
MORE TARGETS:
make bitcoin-core-install
The official bitcoin-core install
Version: v0.16.0
make btcd-install
The official bitcoin-core install
Version: v0.16.0
make lnd-install
The lnd daemon install
Version: $(LND_ACTUAL_COMMIT)
make lnd-update
To update already installed LND
Version: $(LND_ACTUAL_COMMIT)
make lncli-web-install
The lncli-web install
Version: current master branch
make lncli-web-update
The lncli-web update
Version: current master branch
make lnd-bitcoin-core-bundle-install
The bundle of: lnd + bitcoin-core install
Same as: make bitcoin-core-install lnd-install
make lnd-btcd-bundle-install
The bundle of: lnd + btcd install ()
Same as: make lnd-install btcd-install
make bitcoin-core-update
Update up to current bitcoin core version
Version: master beanch at github.com
make electrumx-install
-------------------------------------------------------------------------------