commit 4108c1bb3b67286e59dedbb78eebd8d42d64e5f9
parent 2e3353ab7929014c9f046e5aeaeeb43773800bc7
Author: Nick <nicholas.w.farrow@gmail.com>
Date: Tue, 18 May 2021 01:58:29 +1000
Update example config
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/config_remote_node.py b/docs/config_remote_node.py
@@ -5,11 +5,11 @@
# Bitcoin Lightning Node 1.1.1.1 8332, 10009, 22 (bitcoind, lnd, SSH)
# SatSale 2.2.2.2
-# In this config we will tell SatSale to connect to our node
-# and tunnel the required ports over SSH.
-# SatSale can then talk to our node on localhost 127.0.0.1
+# In this config we will tell SatSale to connect to our node,
+# tunneling the required ports over SSH.
+# SatSale can then talk to our node via localhost on 127.0.0.1
host = "127.0.0.1"
-rpcport = "8332"
+rpcport = "8332" # port for bitcoind
# If connections get kicked back, you may also need to set `rpcallowip=YOUR_SERVER_IP` in your `~/.bitcoin/bitcoin.conf`.
# From ~/.bitcoin/bitcoin.conf