Skip to content

Commit

Permalink
removed unwanted lines and added punctuation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshit24 authored and cdecker committed Oct 19, 2020
1 parent db19f19 commit 1070e9b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Pruning (`prune=n` option in `bitcoin.conf`) is partially supported, see [here](

There are 4 supported installation options:

- Installation from the [Ubuntu PPA][ppa]
- Installation of a pre-compiled binary from the [release page][releases] on Github
- Using one of the [provided docker images][dockerhub] on the Docker Hub
- Installation from the [Ubuntu PPA][ppa].
- Installation of a pre-compiled binary from the [release page][releases] on Github.
- Using one of the [provided docker images][dockerhub] on the Docker Hub.
- Compiling the source code yourself as described in the [installation documentation](doc/INSTALL.md).

For the impatient here's the gist of it for Ubuntu:
Expand Down Expand Up @@ -154,8 +154,7 @@ lightning-cli connect <node_id> <ip> [<port>]
lightning-cli fundchannel <node_id> <amount_in_satoshis>
```

This opens a connection and, on top of that connection, then opens
a channel.
This opens a connection and, on top of that connection, then opens a channel.
The funding transaction needs 3 confirmation in order for the channel to be usable, and 6 to be announced for others to use.
You can check the status of the channel using `lightning-cli listpeers`, which after 3 confirmations (1 on testnet) should say that `state` is `CHANNELD_NORMAL`; after 6 confirmations you can use `lightning-cli listchannels` to verify that the `public` field is now `true`.

Expand Down

0 comments on commit 1070e9b

Please sign in to comment.