Added another faucet, removed redundent dependency installation instructions

This commit is contained in:
Sankalp Ghatpande 2017-05-08 20:34:44 +02:00 committed by Christian Decker
parent 1e2f4dcf63
commit 8c73f37869
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ To Build on Ubuntu 16.04
Get dependencies:
```
sudo apt-get install -y autoconf libtool libprotobuf-c-dev libsqlite3-dev libgmp-dev libsqlite3-dev
sudo apt-get install -y autoconf libtool libprotobuf-c-dev libgmp-dev libsqlite3-dev
```
For development or running tests, get additional dependencies:

View File

@ -24,7 +24,7 @@ Steps:
1. [Install and compile](INSTALL.md) the requirements.
2. Make sure bitcoind is running in testnet mode, and has the latest
blocks.
3. Get some test bitcoins, such as from [TPs' testnet faucet](http://tpfaucet.appspot.com/).
3. Get some test bitcoins, such as from [TPs' testnet faucet](http://tpfaucet.appspot.com/) or [Kiwi's testnet faucet](https://testnet.manu.backend.hamburg/faucet).
3. If you want others to connect to your lightningd, create $HOME/.lightning/config and put `port=8334` in it (or any other port).
4. Run `daemon/lightningd`.
6. Run `daemon/lightning-cli getinfo` to check it's working.