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