mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
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:
parent
38a7a1af87
commit
be1ab4c79e
2 changed files with 7 additions and 12 deletions
15
README.md
15
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
[squeaknode]
|
||||
price_msat=1000000
|
||||
sync_interval_s=10
|
||||
|
||||
[lnd]
|
||||
host=lnd
|
||||
tls_cert_path=~/.lnd/tls.cert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue