mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-14 06:39:24 +02:00
version 1.0 merges
This commit is contained in:
commit
d047bb4459
@ -380,7 +380,8 @@ You can run your Bitcoin- and Lightning-Node as a TOR hidden service - replacing
|
||||
This has some benefits:
|
||||
|
||||
* You dont publish your IP running a node so its much harder to resolve your real name and location.
|
||||
* You tunnel thru the NAT of your router and make Bitcoin and Lightning reachable to all other TOR nodes
|
||||
* You tunnel thru the NAT of your router and make Bitcoin and Lightning reachable to all other TOR nodes.
|
||||
* By using a TOR address it's possible to move the node to a different IPv4 address and keep the existing (=preciously open and funded) channels functional.
|
||||
|
||||
But this also comes with the following side effects:
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#!/bin/bash
|
||||
#########################################################################
|
||||
# Build your SD card image based on:
|
||||
|
@ -12,7 +12,7 @@ After=bootstrap.service
|
||||
[Service]
|
||||
User=root
|
||||
Group=root
|
||||
Type=simple
|
||||
Type=oneshot
|
||||
ExecStart=/home/admin/_background.sh
|
||||
KillMode=process
|
||||
Restart=always
|
||||
@ -21,4 +21,4 @@ RestartSec=10
|
||||
StandardOutput=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user