SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 22b916bec6b79958df767ece5cb34eab90a83279
parent 7ac8e3e043da998e0c8acb9f366b4288b3c7542b
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Wed, 27 Jan 2021 19:21:59 +1100

Merge branch 'master' of github.com:nickfarrow/BTCPyment

Diffstat:
Mconfig.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py @@ -13,7 +13,7 @@ password = "RPAPASSWORD" # Make sure this command works `ssh HOST@IP -q -N -L 8332:localhost:8332` # This forwards the ports required to talk to the node via RPC (or gRPC in the case of lightning) # Use host = "127.0.0.1" and you will be able to see your node on 8332 -#tunnel_host = "HOST@IP" +tunnel_host = None #"HOST@IP" # Check for payment every xx seconds pollrate = 15