Skip to content

Commit

Permalink
docs: update INSTALL.md with new btcd commit hash, correct instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Jan 15, 2017
1 parent d884efe commit 1e8a801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ go get -u github.com/Masterminds/glide
```
$ cd $GOPATH
$ 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
$ go install . ./cmd/...
```
Expand Down Expand Up @@ -45,7 +45,7 @@ $ go install . ./cmd/...

###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.)

Expand Down Expand Up @@ -86,7 +86,7 @@ $ lnd --simnet --debughtlc
```

####Accurate as of:
roasbeef/btcd commit: f7259f6
roasbeef/btcd commit: 707a14a

roasbeef/btcutil commit: d347e49

Expand Down

0 comments on commit 1e8a801

Please sign in to comment.