Update readme for default network config (#479)

This commit is contained in:
Jonathan Zernik 2020-11-22 23:25:41 -05:00 committed by GitHub
parent 13574a3520
commit 5babad14ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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