Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,16 @@ go build -v .\cmd\lit-af

### Running lit

The below command will run Lit on the Bitcoin testnet3 network
The below command will run Lit on the Bitcoin `TestNet3` network. You can also run Lit on other networks (check the `lit/coinparam` directory)

(Note: Windows users should take off `./` but need to change `lit` to `lit.exe`)

```bash
./lit --tn3=true
./lit --tn3 true -vvv
```

The words `yup, yes, y, true, 1, ok, enable, on` can be used to specify that Lit
automatically connect to peers fetched from a list of DNS seeds. It can also be replaced by
the address of the node you wish to connect to.
The words `yup, yes, y, true, 1, ok, enable, on` can be used to specify that `Lit`
automatically connect to peers fetched from a list of DNS seeds, specified in the `coinparam` directory for various networks. It can also be replaced by the address of the node you wish to connect to.

### Packaging

Expand Down