From 23fcc66325bcee86fc8990f4fa76c06025697c58 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sat, 1 Aug 2020 21:33:57 -0700 Subject: [PATCH] Update config in redme (#202) --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e20db09a..8002e528 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,10 @@ $ make itest - Create a **config.ini** file and fill in the relevant values: ``` - [DEFAULT] + [squeaknode] network=testnet + price= + max_squeaks_per_address_per_hour= [lnd] host= @@ -42,10 +44,19 @@ $ make itest tls_cert_path=/root/.lnd/tls.cert macaroon_path=/root/.lnd/data/chain/bitcoin/testnet/admin.macaroon + [bitcoin] + rpc_host=btcd + rpc_port=18334 + rpc_user=devuser + rpc_pass=devpass + [server] rpc_host=0.0.0.0 rpc_port=8774 - price= + + [admin] + rpc_host=0.0.0.0 + rpc_port=8994 [postgresql] host=