This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33# versions
44GO_TAG=1.10.3
5- LND_TAG=baee07ef480c15a731e0c87dc98d27269c5a80fa
5+ LND_TAG=fb95858afce6d7129758e7677bcb1552c5be2c51
66BTCD_TAG=f899737d7f2764dc13e4d01ff00108ec58f766a9
77
88# create empty btcd.conf for btcctl
@@ -34,7 +34,7 @@ go get -u github.com/Masterminds/glide
3434git clone https://github.com/lightningnetwork/lnd $GOPATH /src/github.com/lightningnetwork/lnd
3535cd $GOPATH /src/github.com/lightningnetwork/lnd
3636git checkout $LND_TAG
37- make && make install
37+ make && make install tags=experimental
3838
3939# install btcd
4040git clone https://github.com/btcsuite/btcd $GOPATH /src/github.com/btcsuite/btcd
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ module.exports.startLndProcess = async function({
6060 '--bitcoin.active' ,
6161 '--debuglevel=info' ,
6262 `--lnddir=${ lndSettingsDir } ` ,
63+ `--routing.assumechanvalid` ,
6364 lndPort ? `--rpclisten=localhost:${ lndPort } ` : '' ,
6465 lndPeerPort ? `--listen=localhost:${ lndPeerPort } ` : '' ,
6566 lndRestPort ? `--restlisten=localhost:${ lndRestPort } ` : '' ,
You can’t perform that action at this time.
0 commit comments