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