mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Improve readme sections (#521)
This commit is contained in:
parent
b39f308a90
commit
b9f37a545f
2 changed files with 4 additions and 12 deletions
13
README.md
13
README.md
|
|
@ -4,23 +4,14 @@ Node for Squeak protocol
|
|||
|
||||
### Run a node:
|
||||
|
||||
##### Requirements
|
||||
#### Requirements
|
||||
* a bitcoin node
|
||||
* an LND node
|
||||
* Python 3.7 or later
|
||||
|
||||
If you don't already have a bitcoin node or lightning node, you can [follow the instructions](docs/DOCKER.md) follow the instructions here to launch them in Docker.
|
||||
|
||||
##### Steps
|
||||
|
||||
### Run without docker:
|
||||
|
||||
##### Requirements
|
||||
* A running bitcoin node
|
||||
* A running lnd node
|
||||
* Python3.6
|
||||
|
||||
##### Steps
|
||||
#### Steps
|
||||
- Create a **config.ini** file and fill in the relevant sections to connect to your bitcoin and lnd nodes:
|
||||
```
|
||||
[squeaknode]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
If you don't already have your own bitcoin node and lightning node, you can use docker-compose to launch new ones.
|
||||
|
||||
##### Steps
|
||||
#### Steps
|
||||
|
||||
- Build and start docker-compose:
|
||||
```
|
||||
$ cd docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue