docs: add usage instructions for connecting to RTL

This commit is contained in:
nixbitcoin 2021-11-08 11:37:58 +00:00
parent 41c4dd041e
commit 0a6324e9de
No known key found for this signature in database
GPG Key ID: B6044ECBA2DAE5D0
1 changed files with 18 additions and 0 deletions

View File

@ -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://<onion-address>`.
You can find the `<onion-address>` with command `nodeinfo`.
The default password location is `/secrets/rtl-password`.
Connect to spark-wallet
---
### Requirements