From 0a6324e9dec687510d99a591d51fe21c12403e91 Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Mon, 8 Nov 2021 11:37:58 +0000 Subject: [PATCH] docs: add usage instructions for connecting to RTL --- docs/usage.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index f7612e5..5d22d34 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -11,6 +11,24 @@ Nodeinfo --- Run `nodeinfo` to see onion addresses and local addresses for enabled services. +Connect to RTL +--- +Normally you would connect to RTL via SSH tunneling with a command like this + +``` +ssh -L 3000:localhost:3000 root@bitcoin-node +``` + +Or like this, if you are using `netns-isolation` + +``` +ssh -L 3000:169.254.1.29:3000 root@bitcoin-node +``` + +Otherwise, you can access it via Tor Browser at `http://`. +You can find the `` with command `nodeinfo`. +The default password location is `/secrets/rtl-password`. + Connect to spark-wallet --- ### Requirements