From be1ab4c79ea7a6b709ebaa9074a5155d63d460a4 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Tue, 14 Sep 2021 22:53:07 -0700 Subject: [PATCH] Update config.ini in docker directory (#1289) * Update config.ini in docker directory * Update config.ini in readme * Use mainnet configs for readme --- README.md | 15 +++++++-------- docker/config.ini | 4 ---- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a44178aa..6d97788a 100644 --- a/README.md +++ b/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 diff --git a/docker/config.ini b/docker/config.ini index f226d556..ad70cbbb 100644 --- a/docker/config.ini +++ b/docker/config.ini @@ -1,7 +1,3 @@ -[squeaknode] -price_msat=1000000 -sync_interval_s=10 - [lnd] host=lnd tls_cert_path=~/.lnd/tls.cert