mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Added another faucet, removed redundent dependency installation instructions
This commit is contained in:
parent
1e2f4dcf63
commit
8c73f37869
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue