Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add valid TestNet3 seeds information to set up Lit, and start the sync #444

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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