Browse Source

Added another faucet, removed redundent dependency installation instructions

ppa-0.6.1
Sankalp Ghatpande 8 years ago
committed by Christian Decker
parent
commit
8c73f37869
  1. 2
      INSTALL.md
  2. 2
      README.md

2
INSTALL.md

@ -20,7 +20,7 @@ To Build on Ubuntu 16.04
Get dependencies: 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: For development or running tests, get additional dependencies:

2
README.md

@ -24,7 +24,7 @@ Steps:
1. [Install and compile](INSTALL.md) the requirements. 1. [Install and compile](INSTALL.md) the requirements.
2. Make sure bitcoind is running in testnet mode, and has the latest 2. Make sure bitcoind is running in testnet mode, and has the latest
blocks. 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). 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`. 4. Run `daemon/lightningd`.
6. Run `daemon/lightning-cli getinfo` to check it's working. 6. Run `daemon/lightning-cli getinfo` to check it's working.

Loading…
Cancel
Save