From a35b60cd75bc4c13231931b1e595cadb0550a188 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Fri, 29 Oct 2021 12:07:25 +0100 Subject: [PATCH] update directory port --- docs/lightning-message-channels.md | 2 +- jmclient/jmclient/configure.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lightning-message-channels.md b/docs/lightning-message-channels.md index 6f31ef87b..f0c3782cf 100644 --- a/docs/lightning-message-channels.md +++ b/docs/lightning-message-channels.md @@ -47,7 +47,7 @@ type = ln-onion # This is a comma separated list (comma can be omitted if only one item). # Each item has format pubkey@host:port ; all are required. Host can be # a *.onion address (tor v3 only). -directory-nodes = 0344bc51c0b0cf58ebfee222bdd8ff4855ac3becd7a9c8bff8ff08100771179047@mvm5ffyipzf4tis2g753w7q25evcqmvj6qnnwgr3dkpyukomykzvwuad.onion:9735 +directory-nodes = 0344bc51c0b0cf58ebfee222bdd8ff4855ac3becd7a9c8bff8ff08100771179047@mvm5ffyipzf4tis2g753w7q25evcqmvj6qnnwgr3dkpyukomykzvwuad.onion:9736 passthrough-port = 49101 lightning-port = 9735 ``` diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index 867204c08..9f14d2413 100644 --- a/jmclient/jmclient/configure.py +++ b/jmclient/jmclient/configure.py @@ -147,7 +147,7 @@ def jm_single(): # This is a comma separated list (comma can be omitted if only one item). # Each item has format pubkey@host:port ; all are required. Host can be # a *.onion address (tor v3 only). -directory-nodes = 03df15dbd9e20c811cc5f4155745e89540a0b83f33978317cebe9dfc46c5253c55@localhost:7171 +directory-nodes = 0344bc51c0b0cf58ebfee222bdd8ff4855ac3becd7a9c8bff8ff08100771179047@193.29.57.170:9736 # port via which we receive data from the c-lightning plugin: passthrough-port = 49100 # this is the port serving lightning on your onion service: