docs: update INSTALL.md with new btcd commit hash, correct instructions

This commit is contained in:
Olaoluwa Osuntokun
2017-01-14 17:53:23 -08:00
parent d884efea29
commit 1e8a80170f

View File

@@ -9,7 +9,7 @@ $ go get -u github.com/Masterminds/glide
``` ```
$ cd $GOPATH $ cd $GOPATH
$ git clone https://github.com/lightningnetwork/lnd $GOPATH/src/github.com/lightningnetwork/lnd $ git clone https://github.com/lightningnetwork/lnd $GOPATH/src/github.com/lightningnetwork/lnd
$ cd lightningnetwork/lnd $ cd $GOPATH/src/github.com/lightningnetwork/lnd
$ glide install $ glide install
$ go install . ./cmd/... $ go install . ./cmd/...
``` ```
@@ -45,7 +45,7 @@ $ go install . ./cmd/...
###Start btcd (will create rpc.cert and default btcd.conf): ###Start btcd (will create rpc.cert and default btcd.conf):
``` ```
$ btcd --testnet $ btcd --testnet --txindex --rpcuser=kek --rpcpass=kek
``` ```
(Note: It may take several minutes to find segwit-enabled peers.) (Note: It may take several minutes to find segwit-enabled peers.)
@@ -86,7 +86,7 @@ $ lnd --simnet --debughtlc
``` ```
####Accurate as of: ####Accurate as of:
roasbeef/btcd commit: f7259f6 roasbeef/btcd commit: 707a14a
roasbeef/btcutil commit: d347e49 roasbeef/btcutil commit: d347e49