Update config.ini in docker directory (#1289)

* Update config.ini in docker directory

* Update config.ini in readme

* Use mainnet configs for readme
This commit is contained in:
Jonathan Zernik 2021-09-14 22:53:07 -07:00 committed by GitHub
parent 38a7a1af87
commit be1ab4c79e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 12 deletions

View file

@ -10,20 +10,19 @@ Node for Squeak protocol
* Python 3.6 or later
#### Steps
- Update the **config.ini** file and fill in the relevant sections to connect to your bitcoin and lnd nodes:
- Update the **config.ini** file and fill in the relevant sections to connect to your bitcoin node and lnd node:
```
[core]
network=testnet
[node]
network=mainnet
[lnd]
host=localhost
external_host=lnd_server
host=lnd
tls_cert_path=~/.lnd/tls.cert
macaroon_path=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon
macaroon_path=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
[bitcoin]
rpc_host=localhost
rpc_port=18332
rpc_host=bitcoin-core
rpc_port=8332
rpc_user=devuser
rpc_pass=devpass

View file

@ -1,7 +1,3 @@
[squeaknode]
price_msat=1000000
sync_interval_s=10
[lnd]
host=lnd
tls_cert_path=~/.lnd/tls.cert