lightning payable VPS recommendations

This commit is contained in:
openoms
2022-03-30 09:18:56 +01:00
parent f89bd17c6c
commit 1b5bd33816
2 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,9 @@
# Nginx scripts
Lightning Payable VPS services:
* [host4coins.net](https://host4coins.net) - from $8/month - only email address is required
* A long list of providers: <https://bitcoin-vps.com/#VPS-Europe>
## Add a custom subdomain
In this example configuration a redirect is added to a custom service on the LAN (or VPN).

View File

@@ -11,7 +11,7 @@ Use the public IP address of a Virtual Private Server (VPS) to make Tor Hidden S
* SSH access to a Virtual Private Server (VPS) - eg. a minimal package on Lunanode for ~3.5$/month
* Example Lightning Payable VPS services:
* [host4coins.net](https://host4coins.net)
* [bitclouds.sh](https://bitclouds.sh/) or [lntxbot](https://t.me/lntxbot) `/bitclouds`
* <https://bitcoin-vps.com/#VPS-Europe>
* Note that only the root user can forward to ports below 1000.
* Tor should not be the only encryption layer of the service as the traffic exposed on the VPS is meant to be for the `localhost`
* Always check the terms and rules of the VPS provider to avoid bans and don't do anything causing them trouble to keep these services going.
@@ -67,10 +67,9 @@ To connect to LND in the example:
`# netstat -tulpn`
* Look for the lines:
```
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name ****
tcp 0 0 0.0.0.0:9236 0.0.0.0:* LISTEN 13684/socat
```