mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Update readme for default network config (#479)
This commit is contained in:
parent
13574a3520
commit
5babad14ac
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -10,11 +10,15 @@ Node for Squeak protocol
|
|||
* Enough disk space for the bitcoin blockchain
|
||||
|
||||
##### Steps
|
||||
- Build and start docker-compose with the `NETWORK` environment variable set:
|
||||
- Build and start docker-compose:
|
||||
```
|
||||
$ cd docker
|
||||
$ docker-compose build
|
||||
$ NETWORK=testnet docker-compose up
|
||||
$ docker-compose up
|
||||
```
|
||||
- If you want to use mainnet, run with the `NETWORK` environment variable:
|
||||
```
|
||||
$ NETWORK=mainnet docker-compose up
|
||||
```
|
||||
- Go to http://localhost:12994/ and use the username/password in **docker/config.ini** to log in.
|
||||
|
||||
|
|
@ -31,8 +35,8 @@ Node for Squeak protocol
|
|||
```
|
||||
[squeaknode]
|
||||
network=testnet
|
||||
price=100
|
||||
enable_sync=true
|
||||
price_msat=1000000
|
||||
sync_interval_s=10
|
||||
|
||||
[bitcoin]
|
||||
rpc_host=localhost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue